summaryrefslogtreecommitdiffstats
path: root/layouts/now/list.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-25 21:57:31 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-25 21:57:31 +0100
commitd3c80658456dee1a9f750d6c4ca6ca976edfb352 (patch)
tree0d51463a74735e967e0fe9c2cd6229e92c95c482 /layouts/now/list.html
parentceb701b019ace7c7ae1b88eec7fc0c82e54d635a (diff)
parent9a5cad4c3763d58820bfa718d40ac15cbb56676d (diff)
Merge branch 'master' of ssh://git.yulqen.org:2222/home/git/repositories/html/yulqen.org
Diffstat (limited to 'layouts/now/list.html')
-rw-r--r--layouts/now/list.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/now/list.html b/layouts/now/list.html
new file mode 100644
index 0000000..e6d4204
--- /dev/null
+++ b/layouts/now/list.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+<main>
+ <h2>{{ .Title }}</h2>
+ {{ .Content }}
+</main>
+{{ end }}