pWiki/bootstrap/Templates/all_pages.html

10 lines
207 B
HTML
Raw Normal View History

<macro src="../**">
<div class="item">
[@source(./path)]
<span class="separator"/>
<a class="button" href="#@source(./path)/delete">&times;</a>
</div>
</macro>
<!-- vim:set ts=4 sw=4 : -->