9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
---
|
|
layout: layouts/base.njk
|
|
showPostListHeader: yep
|
|
---
|
|
<h1>404</h1>
|
|
<p class="nodropcap page-block">Sorry, it looks like that link is broken. <a href="/">Go to the home page</a>.</p>
|
|
|
|
{{ content | safe }}
|