summaryrefslogtreecommitdiffstats
path: root/layouts/now/list.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-20 12:02:08 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-20 12:02:08 +0100
commit8b39882480cfa6bcba49e1476573907ac7c13d76 (patch)
treeae08a55a3e033d3722163a86ae2709dae53b17d3 /layouts/now/list.html
parente600b66f9a9a93e3f8b51e2189d7bca3111e1b37 (diff)
Adds a now page
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 }}