added an missing ShowTitle <h2> element

This commit is contained in:
Petar Simic 2018-01-08 16:54:22 +01:00
parent 46973678f5
commit 26df22a815
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
<% if $ShowTitle %>
<h2 class="content-element__title">$Title</h2>
<% end_if %>
<div class="listelement--container" data-listelement-count="$Elements.Elements.Count">
$Elements
</div>