doc.silverstripe.org/sapphiredocs/templates/DocFolderListing.ss

13 lines
220 B
Scheme
Raw Normal View History

<% if Pages %>
<div id="folder-listing">
<h2>$Title</h2>
<ul>
<% control Pages %>
<li><a href="$Link">$Title</a></li>
<% end_control %>
</ul>
</div>
<% else %>
<% include DocNotFound %>
<% end_if %>