GoGronkh/gserver/templates/admin_index.html
Andreas Mieke 62c2481bd3 Adding admin interface
Also changing year in copyright and fixing search
2016-02-14 01:26:46 +01:00

14 lines
445 B
HTML

{{ template "header.html" . }}
<div class="row">
<div class="large-12 columns">
<h1>{{ .title }}</h1>
<ul>
<li><a href="/admin/lets-play">Let's Plays</a>: {{ .LPs }}</li>
<li><a href="/admin/lets-test">Let's Tests</a>: {{ .LTs }}</li>
<li><a href="/admin/episode">Episoden</a>: {{ .EPs }}</li>
<li><a href="/admin/sprecher">Sprecher</a>: {{ .ATs }}</li>
</ul>
</div>
</div>
{{ template "footer.html" . }}