15 lines
309 B
Cheetah
15 lines
309 B
Cheetah
{{ define "content" }}
|
|
<main>
|
|
{{ with .Body }}
|
|
<div class="content">
|
|
<h1>Settings</h1>
|
|
<form method="POST" action="/admin/settings">
|
|
{{ template "frontmatter" . }}
|
|
<input type="submit" data-message="Settings updated." data-regenerate="true" value="Save">
|
|
</form>
|
|
</div>
|
|
{{ end }}
|
|
</main>
|
|
|
|
{{ end }}
|