diff options
Diffstat (limited to 'templates/page')
| -rw-r--r-- | templates/page/custom_page.gohtml | 4 |
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}} |
