summaryrefslogtreecommitdiffstats
path: root/layouts/writing/poetry/section.html
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-08-13 21:28:25 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-08-13 21:28:25 +0100
commitdada3fadd10c9704b63a6ea01527d6f26bb72344 (patch)
tree9a33fbe0bf623d49c8dc21ed6484c5b951d92870 /layouts/writing/poetry/section.html
parentd2b015e2317f5a3acfa2f070a0278ac7934e5d89 (diff)
first attempt at poetry section
Diffstat (limited to '')
-rw-r--r--layouts/writing/poetry/section.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/writing/poetry/section.html b/layouts/writing/poetry/section.html
new file mode 100644
index 0000000..c1d096e
--- /dev/null
+++ b/layouts/writing/poetry/section.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+
+{{ .Content }}
+
+{{ partial "poetry.html" }}
+{{ end }}