Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/layouts/_default/list.html')
-rw-r--r--themes/layouts/_default/list.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/layouts/_default/list.html b/themes/layouts/_default/list.html
new file mode 100644
index 0000000..9aff636
--- /dev/null
+++ b/themes/layouts/_default/list.html
@@ -0,0 +1,11 @@
+{{ partial "header" .}}
+
+ <h1 id="title"> {{ .Title }}</h1>
+ <p>{{ .Content }}</p>
+ <ul id="list">
+ {{ range .Pages }}
+ {{ .Render "li" }}
+ {{ end }}
+ </ul>
+
+{{ partial "footer" .}} \ No newline at end of file