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