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

14 lines
371 B
Smarty

<!-- @filter(-wikiword) -->
<include src="../_view"/>
<slot name="toggle-edit-link">(<a href="#..">view</a>)</slot>
<slot name="title" class="title" contenteditable saveto="..">@source(../title)</slot>
<slot name="page-content">
<code><pre><quote src="../raw" class="raw" saveto=".." contenteditable/></pre></code>
</slot>
<!-- vim:set ts=4 sw=4 : -->