Added templating, versioning, middleware, etc
This commit is contained in:
@@ -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