summaryrefslogtreecommitdiff
path: root/templates/default.plain
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.plain')
-rw-r--r--templates/default.plain23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/default.plain b/templates/default.plain
new file mode 100644
index 000000000..06ecbd3a6
--- /dev/null
+++ b/templates/default.plain
@@ -0,0 +1,23 @@
+$if(titleblock)$
+$title$
+$for(author)$$author$$sep$; $endfor$
+$date$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$if(toc)$
+$toc$
+
+$endif$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$