8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
---
|
|
layout: layouts/base.njk
|
|
---
|
|
<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 }}
|