site-mariage/layouts/404.html

12 lines
343 B
HTML

{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
{{ $baseURL := .Site.BaseURL }}
<article class="center cf pv5 measure-wide-l">
<h1>
Cette page n'existe pas.
</h1>
<h2>
<a href="{{ $baseURL }}/index.html">Retourner à l'accueil</a>
</h2>
</article>
{{ end }}