aboutsummaryrefslogtreecommitdiff
path: root/tmpl/doc
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/doc')
-rw-r--r--tmpl/doc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tmpl/doc b/tmpl/doc
index f4f1dd3..40ec1aa 100644
--- a/tmpl/doc
+++ b/tmpl/doc
@@ -21,3 +21,11 @@
{{end}}
</ul>
{{end}}
+
+{{define "olist"}}
+<ol>
+ {{range .}}
+ <li>{{.}}</li>
+ {{end}}
+</ol>
+{{end}}