You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
337 B

4 years ago
  1. {{ define "main" }}
  2. <div class="post">
  3. <h1 class="post-title">404 — {{ $.Site.Params.missingContentMessage | default "Page not found..." }}</h1>
  4. <div class="post-content">
  5. <a href="{{ "/" | absURL }}">{{ $.Site.Params.missingBackButtonLabel | default "Back to home page" }}&nbsp;</a>
  6. </div>
  7. </div>
  8. {{ end }}