diff options
Diffstat (limited to 'default.muse')
-rw-r--r-- | default.muse | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/default.muse b/default.muse new file mode 100644 index 0000000..05534ad --- /dev/null +++ b/default.muse | |||
@@ -0,0 +1,44 @@ | |||
1 | $if(author)$ | ||
2 | #author $author$ | ||
3 | $endif$ | ||
4 | $if(title)$ | ||
5 | #title $title$ | ||
6 | $endif$ | ||
7 | $if(lang)$ | ||
8 | #lang $lang$ | ||
9 | $endif$ | ||
10 | $if(LISTtitle)$ | ||
11 | #LISTtitle $LISTtitle$ | ||
12 | $endif$ | ||
13 | $if(subtitle)$ | ||
14 | #subtitle $subtitle$ | ||
15 | $endif$ | ||
16 | $if(SORTauthors)$ | ||
17 | #SORTauthors $SORTauthors$ | ||
18 | $endif$ | ||
19 | $if(SORTtopics)$ | ||
20 | #SORTtopics $SORTtopics$ | ||
21 | $endif$ | ||
22 | $if(date)$ | ||
23 | #date $date$ | ||
24 | $endif$ | ||
25 | $if(notes)$ | ||
26 | #notes $notes$ | ||
27 | $endif$ | ||
28 | $if(source)$ | ||
29 | #source $source$ | ||
30 | $endif$ | ||
31 | |||
32 | $for(header-includes)$ | ||
33 | $header-includes$ | ||
34 | |||
35 | $endfor$ | ||
36 | $for(include-before)$ | ||
37 | $include-before$ | ||
38 | |||
39 | $endfor$ | ||
40 | $body$ | ||
41 | $for(include-after)$ | ||
42 | |||
43 | $include-after$ | ||
44 | $endfor$ | ||