fab2db0936
Bumped the version requirements upto Go 1.8 Added gopsutil as a dependency. Added the minify_templates and super_debug config.go options. Cleaned up the console. config.go is a little more organised now.
11 lines
384 B
HTML
11 lines
384 B
HTML
{{template "header.html" . }}
|
|
{{template "panel-menu.html" . }}
|
|
<div class="colstack_right">
|
|
<div class="colstack_grid">
|
|
{{range .GridItems}}
|
|
<div class="grid_item {{.Class}}" title="{{.Note}}" style="{{if .TextColour}}color: {{.TextColour}};{{end}}
|
|
{{if .Background}}background-color: {{.Background}};{{end}}">{{.Body}}</div>
|
|
{{end}}
|
|
</div>
|
|
</div>
|
|
{{template "footer.html" . }} |