diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-25 21:57:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-25 21:57:31 +0100 |
commit | d3c80658456dee1a9f750d6c4ca6ca976edfb352 (patch) | |
tree | 0d51463a74735e967e0fe9c2cd6229e92c95c482 /layouts/now/list.html | |
parent | ceb701b019ace7c7ae1b88eec7fc0c82e54d635a (diff) | |
parent | 9a5cad4c3763d58820bfa718d40ac15cbb56676d (diff) |
Merge branch 'master' of ssh://git.yulqen.org:2222/home/git/repositories/html/yulqen.org
Diffstat (limited to 'layouts/now/list.html')
-rw-r--r-- | layouts/now/list.html | 6 |
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 }} |