9 lines
311 B
Cheetah
9 lines
311 B
Cheetah
{{ template "header.tmpl" . }}
|
|
<h2>Admin Login</h2>
|
|
<form action="/admin/login" method="POST">
|
|
<input type="text" name="username" placeholder="username" />
|
|
<input type="password" name="password" placeholder="password" />
|
|
<button type="submit">Login</button>
|
|
</form>
|
|
{{ template "footer_no_banners.tmpl" . }}
|