aboutsummaryrefslogtreecommitdiff
path: root/templates/page/custom_page.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page/custom_page.gohtml')
-rw-r--r--templates/page/custom_page.gohtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/page/custom_page.gohtml b/templates/page/custom_page.gohtml
index 4cb8078..83a4983 100644
--- a/templates/page/custom_page.gohtml
+++ b/templates/page/custom_page.gohtml
@@ -6,8 +6,6 @@
<a href="/">Home</a>
</nav>
</div>
- {{ range $content := .Content }}
- {{ .Get }}
- {{ end }}
+ {{ .GetContent }}
</main>
{{end}}