2019-06-09 17:52:52 +08:00
|
|
|
{{ define "main" }}
|
2020-05-29 00:07:58 +02:00
|
|
|
<div class="post">
|
|
|
|
<h1 class="post-title">404 — {{ $.Site.Params.missingContentMessage | default "Page not found..." }}</h1>
|
2019-06-09 17:52:52 +08:00
|
|
|
|
2020-05-29 00:07:58 +02:00
|
|
|
<div class="post-content">
|
|
|
|
<a href="{{ "/" | absURL }}">{{ $.Site.Params.missingBackButtonLabel | default "Back to home page" }} →</a>
|
|
|
|
</div>
|
2019-06-09 17:52:52 +08:00
|
|
|
|
2020-05-29 00:07:58 +02:00
|
|
|
</div>
|
2019-06-09 17:52:52 +08:00
|
|
|
{{ end }}
|