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

11 lines
270 B
Scheme

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