mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
11 lines
177 B
Scheme
11 lines
177 B
Scheme
|
<% if Menu(2) %>
|
||
|
<% include Sidebar %>
|
||
|
<% end_if %>
|
||
|
|
||
|
<div id="content" class="<% if Menu(2) %>has-sidebar<% end_if %>">
|
||
|
<h2>$Title</h2>
|
||
|
|
||
|
$Content
|
||
|
$Form
|
||
|
$PageComments
|
||
|
</div>
|