summaryrefslogtreecommitdiff
path: root/data/templates/default.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.asciidoc')
-rw-r--r--data/templates/default.asciidoc35
1 files changed, 35 insertions, 0 deletions
diff --git a/data/templates/default.asciidoc b/data/templates/default.asciidoc
new file mode 100644
index 000000000..27215469a
--- /dev/null
+++ b/data/templates/default.asciidoc
@@ -0,0 +1,35 @@
+$if(titleblock)$
+$title$
+$if(author)$
+$for(author)$$author$$sep$; $endfor$
+$endif$
+$if(date)$
+$date$
+$endif$
+$if(keywords)$
+:keywords: $for(keywords)$$keywords$$sep$, $endfor$
+$endif$
+$if(toc)$
+:toc:
+$endif$
+
+$endif$
+$if(abstract)$
+[abstract]
+== Abstract
+$abstract$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$