You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

404.html 326B

7 yıl önce
7 yıl önce
7 yıl önce
7 yıl önce
12345678910
  1. {{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
  2. {{ define "main" }}
  3. {{ $currentPageUrl := .URL }}
  4. {{ $currentSection := where .Site.Pages "Section" .Section }}
  5. <article class="center cf pv5 measure-wide-l">
  6. <h1>
  7. This is not the page you were looking for
  8. </h1>
  9. </article>
  10. {{ end }}