11 lines
248 B
HTML
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" . }}
|