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

11 lines
276 B
Scheme

<% with $Page %>
<% if $SideBarContent || $SideBarView && $SideBarView.Widgets.Count %>
<% if $Up.ShowTitle %>
<h2 class="element__title">$Up.Title</h2>
<% end_if %>
$SideBarContent
$SideBarView
<% end_if %>
<% end_with %>