2019-06-09 09:52:52 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
<div class="post">
|
|
|
|
<h1 class="post-title">404!</h1>
|
|
|
|
|
|
|
|
<div class="post-content">
|
2019-08-28 07:37:08 +00:00
|
|
|
{{ .Site.Params.missingContentMessage }}<br>
|
|
|
|
<a href="{{ "/" | absURL }}">{{ .Site.Params.missingBackButtonLabel }} →</a>
|
2019-06-09 09:52:52 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{{ end }}
|