14 lines
No EOL
490 B
HTML
14 lines
No EOL
490 B
HTML
{{ template "_base.html" . }}
|
|
{{ define "title" }}Distillery Control Page - {{ .Instance.Slug }} - Ingredients{{ end }}
|
|
|
|
{{ define "header"}}
|
|
<p>
|
|
<a class="pure-button" href="/dis/index">Control</a> >
|
|
<a class="pure-button" href="/dis/instance/{{ .Instance.Slug }}">Instance</a> >
|
|
<a class="pure-button pure-button-primary" href="/dis/ingredients/{{ .Instance.Slug }}">Ingredients</a>
|
|
</p>
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
{{ template "_anal.html" .Analytics }}
|
|
{{ end }} |