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