aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.djot
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.djot')
-rw-r--r--data/templates/default.djot27
1 files changed, 27 insertions, 0 deletions
diff --git a/data/templates/default.djot b/data/templates/default.djot
new file mode 100644
index 000000000..d3d815f55
--- /dev/null
+++ b/data/templates/default.djot
@@ -0,0 +1,27 @@
+$if(title)$
+# $title$
+
+$endif$
+$if(author)$
+$for(author)$
+$author$
+$endfor$
+
+$endif$
+$if(date)$
+$date$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$body$
+$for(include-after)$
+$include-after$
+
+$endfor$