Alex A. Naanou e226acf115 moved most of the templats out of wiki.js into bootstrap/* ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2016-08-13 03:06:35 +03:00

10 lines
207 B
Smarty

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