Added templating, versioning, middleware, etc
This commit is contained in:
7
templates/index/dashboard.tmpl
Normal file
7
templates/index/dashboard.tmpl
Normal file
@ -0,0 +1,7 @@
|
||||
{{ template "header" . }}
|
||||
|
||||
<p>This is the BLT dashboard.</p>
|
||||
|
||||
<p>BLT version {{ .app_version }}</p>
|
||||
|
||||
{{ template "footer" . }}
|
Reference in New Issue
Block a user