Initial commit
This commit is contained in:
commit
7139f74b18
8 changed files with 942 additions and 0 deletions
6
examples/templates/pages/index.html
Normal file
6
examples/templates/pages/index.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ template "layouts/base.html" . }}
|
||||
|
||||
{{ define "main" }}
|
||||
{{ template "icons/material/favicon.svg" . }}
|
||||
<h1>Index</h1>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue