mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 15:05:54 +00:00
7 lines
169 B
Scheme
7 lines
169 B
Scheme
|
<% with $Page %>
|
||
|
<% if $SideBarContent || $SideBarView && $SideBarView.Widgets.Count %>
|
||
|
$SideBarContent
|
||
|
$SideBarView
|
||
|
<% end_if %>
|
||
|
<% end_with %>
|