Tinkering with how to do a 'check view, then static' style of templates, but maybe I need to do a generator?
This commit is contained in:
parent
abc9fbda2e
commit
b9d5dbb2e9
3 changed files with 20 additions and 11 deletions
5
views/test.html
Normal file
5
views/test.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{template "partials/header" .}}
|
||||
|
||||
<h1>{{.Title}}</h1>
|
||||
|
||||
{{template "partials/footer" .}}
|
Loading…
Add table
Add a link
Reference in a new issue