fix go templating
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{{template "base.html" .}}
|
||||
{{define "create"}}
|
||||
{{template "base" .}}
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="max-w-4xl mx-auto p-6">
|
||||
|
||||
Reference in New Issue
Block a user