pWiki/bootstrap/Templates/_outline.html
Alex A. Naanou 6846c08219 chmod-ed -x the rest of the files... (oops)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-08 20:15:30 +03:00

10 lines
210 B
HTML

<include src="../_view"/>
<slot name="title" class="title" contenteditable saveto="..">@source(../title)</slot>
<slot name="page-content">
@include(../outline)
</slot>
<!-- vim:set ts=4 sw=4 : -->