pWiki/bootstrap/Templates/all_pages.html
Alex A. Naanou f15414f557 some refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2016-08-15 20:58:56 +03:00

10 lines
207 B
HTML

<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 : -->