websites_sum7-eu/layouts/404.html

8 lines
135 B
HTML
Raw Permalink Normal View History

2018-08-31 01:18:19 +02:00
{{ partial "header.html" . }}
<section>
<h1>404</h1>
<div>This page doesn't exist.</div>
</section>
{{ partial "footer.html" . }}