mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
14 lines
199 B
Scheme
14 lines
199 B
Scheme
|
<div id="module-home">
|
||
|
|
||
|
<div id="left-column">
|
||
|
<% if Content %>
|
||
|
$Content
|
||
|
<% else %>
|
||
|
<h2>$Title</h2>
|
||
|
<% end_if %>
|
||
|
</div>
|
||
|
|
||
|
<div id="right-column">
|
||
|
<% include DocInThisModule %>
|
||
|
</div>
|
||
|
</div>
|