2017-10-31 16:42:15 +00:00
|
|
|
{{ define "title" }}Not Found{{ end }}
|
|
|
|
{{ define "content" }}
|
|
|
|
<h1>404 Not Found</h1>
|
|
|
|
|
2017-11-07 17:01:02 +00:00
|
|
|
{{ .Message }}
|
2017-12-23 22:48:47 +00:00
|
|
|
|
|
|
|
{{ if .CurrentUser.Admin }}
|
|
|
|
<p>
|
|
|
|
<strong>Admin:</strong> create a
|
|
|
|
<a href="/admin/editor?file={{ .Request.URL.Path }}.md">Markdown</a>
|
|
|
|
or
|
|
|
|
<a href="/admin/editor?file={{ .Request.URL.Path }}.gohtml">HTML</a>
|
|
|
|
page here.
|
|
|
|
</p>
|
|
|
|
{{ end }}
|
|
|
|
|
2017-10-31 16:42:15 +00:00
|
|
|
{{ end }}
|