cyberstammtisch-silverstripe/themes/starter/templates/DNADesign/Elemental/Models/ElementContent.ss

7 lines
172 B
Scheme
Raw Normal View History

2021-10-20 11:45:30 +00:00
<div <% if $Style %>class="$CssStyle"<% end_if %>>
<% if $ShowTitle %>
<h2 class="content-block__title">$Title</h2>
<% end_if %>
$HTML.RichLinks
</div>