13 lines
No EOL
361 B
HTML
13 lines
No EOL
361 B
HTML
{{ template "_base.html" . }}
|
|
{{ define "title" }}Distillery Control Page - Components Page{{ end }}
|
|
|
|
{{ define "header"}}
|
|
<p>
|
|
<a class="pure-button" href="/dis/index">Control</a> >
|
|
<a class="pure-button pure-button-primary" href="/dis/components">Components</a>
|
|
</p>
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
{{ template "_anal.html" .Analytics }}
|
|
{{ end }} |