IMPR: SidebarElement header

This commit is contained in:
Tony Air 2023-09-30 23:46:50 +02:00
parent d96ec299c1
commit c072890302
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
<% with $Page %>
<% if $SideBarContent || $SideBarView && $SideBarView.Widgets.Count %>
<% if $ShowTitle %>
<h2 class="element__title">$Title</h2>
<% end_if %>
$SideBarContent
$SideBarView
<% end_if %>