mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Giacomo Tenaglia
30.36.2019 f10f4d41652f19fd49ff1612da79c8ba43165d9c
1
2
3
4
5
6
7
8
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
    <article class="center cf pv5 measure-wide-l">
      <h1>
        This is not the page you were looking for
      </h1>
    </article>
{{ end }}