mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +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> |