aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/layouts/404.html
blob: 76d447a271f6921996fc2c8f06da221ced6ff517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
<div class="row justify-content-center">
  <div class="col-md-12 col-lg-10 col-xl-8">
    <article>
      <h1 class="text-center">{{ i18n "404-title" }}</h1>
      <p class="text-center">{{ i18n "404-text" }}</p>
    </article>
  </div>
</div>
{{ end }}