mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
fb8ab2c1c8
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@120043 467b73ca-7a2a-4603-9d3b-597d59a354a9
13 lines
308 B
Scheme
Executable File
13 lines
308 B
Scheme
Executable File
<div id="folder-listing">
|
|
<h2>$Title</h2>
|
|
|
|
<% if Pages %>
|
|
<ul>
|
|
<% control Pages %>
|
|
<li><a href="$Link">$Title</a></li>
|
|
<% end_control %>
|
|
</ul>
|
|
<% else %>
|
|
<p>No documentation pages found for $Title. If you need help writing documentation please consult the README.</p>
|
|
<% end_if %>
|
|
</div> |