ananke/404.html

11 lines
326 B
HTML
Raw Normal View History

2017-04-11 04:01:05 +02:00
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
2017-04-11 03:27:13 +02:00
{{ define "main" }}
2017-04-11 04:01:05 +02:00
{{ $currentPageUrl := .URL }}
{{ $currentSection := where .Site.Pages "Section" .Section }}
<article class="center cf pv5 measure-wide-l">
<h1>
This is not the page you were looking for
</h1>
</article>
2017-04-11 03:27:13 +02:00
{{ end }}