aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/page.html b/templates/page.html
index ba87cca..8c38e82 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -4,10 +4,8 @@
4{{ define "description" }}{{ .Page.Summary }}{{ end }} 4{{ define "description" }}{{ .Page.Summary }}{{ end }}
5 5
6{{ define "content" }} 6{{ define "content" }}
7<div> 7<article>
8 <h1>{{ .Page.Title }}</h1> 8 <h1>{{ .Page.Title }}</h1>
9 <div> 9 <div>{{ .Page.HTML }}</div>
10 {{ .Page.HTML }} 10</article>
11 </div>
12</div>
13{{ end }} 11{{ end }}