8 lines
185 B
Scheme
Raw Normal View History

2018-06-23 17:27:06 +07:00
<% if $ShowTitle %>
2021-03-22 03:06:35 +07:00
<h2 class="element__title">$Title</h2>
2018-06-23 17:27:06 +07:00
<% end_if %>
2021-03-22 03:06:35 +07:00
<div class="element__content row" data-listelement-count="{$Elements.Elements.Count}">
2018-06-23 17:27:06 +07:00
$Elements
</div>