pWiki/bootstrap/Templates.html
Alex A. Naanou 354f26acd8 refactoring (.text() -> .html()) and work on .links(..)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2016-10-11 03:45:15 +03:00

19 lines
342 B
HTML

<p>
XXX Genereal template description...
</p>
<macro name="show-source" src="./*">
<hr>
<h2>
<a href="#@source(./path)/_edit">@source(./path)</a>
</h2>
<p>
<pre><code>@quote(./raw)</code></pre>
</p>
</macro>
<macro name="show-source" src="System/style"/>
<!-- @filter(-wikiword) -->
<!-- vim:set ts=4 sw=4 : -->