summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/admin.html
blob: 3b106755335be6616aa3d8fef2a72d5a92f97ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{ define "body" }}

<h1>Admin</h1>

This is a directory of pages which are used for managing blog content. They are
mostly left open to inspection, but you will not able to change
anything without providing credentials.

<ul>
  <li><a href="{{ BlogURL "posts" }}">Posts</a></li>
  <li><a href="{{ BlogURL "assets" }}">Assets</a></li>
  <li><a href="{{ BlogURL "drafts" }}">Drafts (private)</a></li>
</ul>

{{ end }}

{{ template "base.html" . }}