aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page-no-title.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/page-no-title.html b/templates/page-no-title.html
new file mode 100644
index 0000000..16ca10d
--- /dev/null
+++ b/templates/page-no-title.html
@@ -0,0 +1,10 @@
1{{ template "base.html" . }}
2
3{{ define "title" }}{{ .Page.Title }}{{ end }}
4{{ define "description" }}{{ .Page.Summary }}{{ end }}
5
6{{ define "content" }}
7<article>
8 <div>{{ .Page.HTML }}</div>
9</article>
10{{ end }}