doc.silverstripe.org/sapphiredocs/templates/Layout/DocumentationViewer_home.ss
Ingo Schommer ec0e4a4b96 MINOR Readding sapphiredocs
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@116279 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-14 22:06:22 +00:00

10 lines
150 B
Scheme
Executable File

<div id="home">
<% control Modules %>
<% if Content %>
<div class="module">
$Content
</div>
<% end_if %>
<% end_control %>
</div>