hugo-internet-weblog/layouts/404.html
2016-02-19 23:35:42 -05:00

11 lines
248 B
HTML

{{ partial "site_header.html" . }}
{{ partial "page_header.html" . }}
<main class="content">
<article class="post">
{{ partial "not_found.html" . }}
</article>
</main>
{{ partial "page_footer.html" . }}
{{ partial "site_footer.html" . }}