silverstripe-docsviewer/templates/DocFolderListing.ss
2013-03-26 11:16:46 +01:00

13 lines
302 B
Scheme
Executable File

<div id="folder-listing">
<h2>$Title</h2>
<% if Pages %>
<ul>
<% loop Pages %>
<li><a href="$Link">$Title</a></li>
<% end_loop %>
</ul>
<% else %>
<p>No documentation pages found for $Title. If you need help writing documentation please consult the README.</p>
<% end_if %>
</div>