Unused template.

This commit is contained in:
Will Rossiter 2014-09-20 13:43:55 +12:00
parent e9132c446f
commit cabda45f96
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<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>