aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page/custom_page.gohtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/page/custom_page.gohtml b/templates/page/custom_page.gohtml
index 15bd0e9..4cb8078 100644
--- a/templates/page/custom_page.gohtml
+++ b/templates/page/custom_page.gohtml
@@ -1,6 +1,11 @@
{{define "body"}}
<main class="custom-page" style="{{ .GetBackground }}">
- <h2>{{ .Title }}</h2>
+ <div class="header">
+ <h2>{{ .Title }}</h2>
+ <nav>
+ <a href="/">Home</a>
+ </nav>
+ </div>
{{ range $content := .Content }}
{{ .Get }}
{{ end }}