summaryrefslogtreecommitdiff
path: root/layouts/page/list.html
diff options
context:
space:
mode:
authorHorus2016-10-20 18:08:36 +0200
committerHorus2016-10-20 18:08:36 +0200
commit3a5fabf3c6f4f60a64885a52c76ba6dab8b71099 (patch)
tree5dd636d32bb4796855aafb0d0b2bcb091430d3e5 /layouts/page/list.html
downloadiamfabulous.de-3a5fabf3c6f4f60a64885a52c76ba6dab8b71099.tar.gz
Initial commit.
Diffstat (limited to 'layouts/page/list.html')
-rw-r--r--layouts/page/list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/page/list.html b/layouts/page/list.html
new file mode 100644
index 0000000..32d2367
--- /dev/null
+++ b/layouts/page/list.html
@@ -0,0 +1,7 @@
+{{partial "header.tmpl" .}}
+<header><p>{{.Title}}</p><br></header>
+ <nav>
+ {{.Content}}
+ </nav>
+{{partial "footer.tmpl"}}
+