mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 09:30:07 +00:00
21 lines
402 B
HTML
Executable File
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 : -->
|