summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-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 }}