diff options
Diffstat (limited to '')
-rw-r--r-- | layouts/writing/poetry/section.html | 6 |
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 }} |