silverstripe-elemental-basics/templates/A2nt/ElementalBasics/Elements/CustomSnippetElement.ss

10 lines
229 B
Scheme
Raw Normal View History

2021-06-08 14:53:38 +02:00
<div class="element__content<% if $Style %> $CssStyle<% end_if %>">
<% if $ShowTitle %>
<h2 class="element__title">$Title</h2>
<% end_if %>
<div class="element__html typography">
$HTML
</div>
</div>