mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
13 lines
302 B
Scheme
Executable File
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> |