Merge pull request #65 from claremacrae/dokuwiki
Merge in template file for Dokuwiki support
This commit is contained in:
commit
95f515decb
1 changed files with 13 additions and 0 deletions
13
default.dokuwiki
Normal file
13
default.dokuwiki
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
$for(include-before)$
|
||||||
|
$include-before$
|
||||||
|
|
||||||
|
$endfor$
|
||||||
|
$if(toc)$
|
||||||
|
__TOC__
|
||||||
|
|
||||||
|
$endif$
|
||||||
|
$body$
|
||||||
|
$for(include-after)$
|
||||||
|
|
||||||
|
$include-after$
|
||||||
|
$endfor$
|
Loading…
Add table
Reference in a new issue