aboutsummaryrefslogtreecommitdiff
path: root/templates/plain.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/plain.template')
-rw-r--r--templates/plain.template23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/plain.template b/templates/plain.template
new file mode 100644
index 000000000..06ecbd3a6
--- /dev/null
+++ b/templates/plain.template
@@ -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$