From f13a07aa433298de91e1c4aff68f72be6d851be2 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 6 Jun 2022 02:49:05 +0200 Subject: Initial commit --- templates/entry.tmpl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/entry.tmpl (limited to 'templates/entry.tmpl') diff --git a/templates/entry.tmpl b/templates/entry.tmpl new file mode 100644 index 0000000..dc5f2b6 --- /dev/null +++ b/templates/entry.tmpl @@ -0,0 +1,24 @@ +{{ define "entry" }} +{{ template "_head" }} +{{ if (eq .ID 0) }} +
+{{ else }} + +{{ end }} + + + + + +
+{{ template "_footer" }} +{{ end }} -- cgit v1.2.3