Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76d447a271f6921996fc2c8f06da221ced6ff517 (plain)
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 }}