pWiki/bootstrap/Templates.html
Alex A. Naanou 0ccd3c8514 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-09 11:11:47 +03:00

21 lines
402 B
HTML
Executable File

<p>
XXX Genereal template description...
</p>
<macro name="show-source" src="./**" sort="path">
<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="Templates"/>
<macro name="show-source" src="System/style"/>
<!-- @filter(-wikiword) -->
<!-- vim:set ts=4 sw=4 : -->