pWiki/v2/bootstrap/Templates.html
Alex A. Naanou 11ce24e145 cleanup:separating versions...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-09-20 16:31:25 +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 : -->