aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.asciidoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/default.asciidoc b/default.asciidoc
new file mode 100644
index 000000000..90b0a68b4
--- /dev/null
+++ b/default.asciidoc
@@ -0,0 +1,22 @@
+$if(titleblock)$
+$title$
+$for(author)$$author$$sep$; $endfor$
+$date$
+$if(toc)$
+:toc:
+$endif$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$