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