diff options
Diffstat (limited to 'default.asciidoc')
-rw-r--r-- | default.asciidoc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/default.asciidoc b/default.asciidoc new file mode 100644 index 0000000..2721546 --- /dev/null +++ b/default.asciidoc | |||
@@ -0,0 +1,35 @@ | |||
1 | $if(titleblock)$ | ||
2 | $title$ | ||
3 | $if(author)$ | ||
4 | $for(author)$$author$$sep$; $endfor$ | ||
5 | $endif$ | ||
6 | $if(date)$ | ||
7 | $date$ | ||
8 | $endif$ | ||
9 | $if(keywords)$ | ||
10 | :keywords: $for(keywords)$$keywords$$sep$, $endfor$ | ||
11 | $endif$ | ||
12 | $if(toc)$ | ||
13 | :toc: | ||
14 | $endif$ | ||
15 | |||
16 | $endif$ | ||
17 | $if(abstract)$ | ||
18 | [abstract] | ||
19 | == Abstract | ||
20 | $abstract$ | ||
21 | |||
22 | $endif$ | ||
23 | $for(header-includes)$ | ||
24 | $header-includes$ | ||
25 | |||
26 | $endfor$ | ||
27 | $for(include-before)$ | ||
28 | $include-before$ | ||
29 | |||
30 | $endfor$ | ||
31 | $body$ | ||
32 | $for(include-after)$ | ||
33 | |||
34 | $include-after$ | ||
35 | $endfor$ | ||