IMPR: SidebarElement header

This commit is contained in:
Tony Air 2023-09-30 23:53:20 +02:00
parent f52190ab29
commit e9f428279c
1 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,9 @@
<% if $Up.ShowTitle %>
<h2 class="element__title">$Up.Title</h2>
<% end_if %>
$SideBarContent
$SideBarView
<div class="sidebar-content">
$SideBarContent
$SideBarView
</div>
<% end_if %>
<% end_with %>