fixed templating
This commit is contained in:
parent
e077d0484b
commit
c5e839e13e
9 changed files with 168 additions and 91 deletions
3
templates/pages/index.gohtml
Normal file
3
templates/pages/index.gohtml
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ define "body" }}
|
||||
<h1>Hello, 世界!</h1>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue