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

404.html « layouts - github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c34e4a8c7c859a886be9041c2314e3a9199e68b (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
  {{ partial "header" . }}
  <div class="container">
    <div class="page-not-found">
      <h3>Uh oh! Page not found!</h3>
    </div>
  </div>
{{ end }}