summaryrefslogtreecommitdiffstats
path: root/default.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'default.markdown')
-rw-r--r--default.markdown21
1 files changed, 21 insertions, 0 deletions
diff --git a/default.markdown b/default.markdown
new file mode 100644
index 0000000..9f6ca96
--- /dev/null
+++ b/default.markdown
@@ -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$