14 lines
264 B
HTML
14 lines
264 B
HTML
{{define "content"}}
|
|
<h1 class="title">{{ .Title }}</h1>
|
|
<form action="/save/" method="post">
|
|
<input type="hidden" name="p" value="{{ .Name }}" />
|
|
{{ .Editor }}
|
|
</form>
|
|
{{ end }}
|
|
|
|
{{ define "content_head" }}
|
|
{{ end }}
|
|
|
|
{{ define "footer_scripts" }}
|
|
{{ end }}
|