silverstripe-elemental-basics/templates/A2nt/ElementalBasics/Elements/SidebarElement.ss

11 lines
276 B
Scheme
Raw Normal View History

<% with $Page %>
<% if $SideBarContent || $SideBarView && $SideBarView.Widgets.Count %>
2023-09-30 23:50:57 +02:00
<% if $Up.ShowTitle %>
<h2 class="element__title">$Up.Title</h2>
2023-09-30 23:46:50 +02:00
<% end_if %>
$SideBarContent
$SideBarView
<% end_if %>
<% end_with %>