mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
19 lines
471 B
Scheme
19 lines
471 B
Scheme
<div class="content-element__content <% if $Style %>$CssStyle<% end_if %>">
|
|
<% if $BlockIcon %>
|
|
<i class="content-element__icon $BlockIcon"></i>
|
|
<% end_if %>
|
|
<% if $ShowTitle %>
|
|
<h2 class="content-element__title">$Title</h2>
|
|
<% end_if %>
|
|
|
|
<div class="typography">
|
|
$HTML
|
|
</div>
|
|
|
|
<% if $BlockLink %>
|
|
<a href="$BlockLink.URL" class="btn btn-default">
|
|
$BlockLink.Title
|
|
</a>
|
|
<% end_if %>
|
|
</div>
|