diff options
Diffstat (limited to 'default.plain')
-rw-r--r-- | default.plain | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/default.plain b/default.plain new file mode 100644 index 0000000..9f6ca96 --- /dev/null +++ b/default.plain | |||
@@ -0,0 +1,21 @@ | |||
1 | $if(titleblock)$ | ||
2 | $titleblock$ | ||
3 | |||
4 | $endif$ | ||
5 | $for(header-includes)$ | ||
6 | $header-includes$ | ||
7 | |||
8 | $endfor$ | ||
9 | $for(include-before)$ | ||
10 | $include-before$ | ||
11 | |||
12 | $endfor$ | ||
13 | $if(toc)$ | ||
14 | $table-of-contents$ | ||
15 | |||
16 | $endif$ | ||
17 | $body$ | ||
18 | $for(include-after)$ | ||
19 | |||
20 | $include-after$ | ||
21 | $endfor$ | ||