diff options
Diffstat (limited to 'layouts/about/list.html')
-rw-r--r-- | layouts/about/list.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/about/list.html b/layouts/about/list.html new file mode 100644 index 0000000..e6d4204 --- /dev/null +++ b/layouts/about/list.html @@ -0,0 +1,6 @@ +{{ define "main" }} +<main> + <h2>{{ .Title }}</h2> + {{ .Content }} +</main> +{{ end }} |