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