Got cool stuff working
This commit is contained in:
9
templates/index.gohtml
Normal file
9
templates/index.gohtml
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- /*gotype: main.IndexVM */}}
|
||||
{{define "index"}}
|
||||
{{template "header" "wow"}}
|
||||
Some statistics:
|
||||
<ul>
|
||||
<li>Database contains {{.AssetCount}} assets.</li>
|
||||
</ul>
|
||||
{{template "footer"}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user