diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-23 12:18:55 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-23 12:18:55 +0100 |
commit | c3db8713b501b3bbd6ef01d35710cebe9180bc14 (patch) | |
tree | f632e6e9d2ba992ed5c5b74fd6344e143a80c90d /layouts/bunkerage/list.html | |
parent | af950d652e30ef33c2d738c2005db130b993fcfe (diff) |
added bunkerage and protected area
Diffstat (limited to 'layouts/bunkerage/list.html')
-rw-r--r-- | layouts/bunkerage/list.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/bunkerage/list.html b/layouts/bunkerage/list.html new file mode 100644 index 0000000..9b142cc --- /dev/null +++ b/layouts/bunkerage/list.html @@ -0,0 +1,7 @@ +{{ define "main" }} + +{{ .Content }} + +Toss + +{{ end }} |