Menu
AkurAI-Build
publicLatest change 1c2159692a31765cd66ed709791ba11468054873 - Initial commit: bunfork v0.1.0 source tree by Olafur Bui
{% extends "base.html" %}
{% block title %}Not found · Bunfork{% endblock %}
{% block body %}
<main class="shell article-shell">
<p class="eyebrow">404</p>
<h1>Page not found.</h1>
<p class="lede">No Bunfork route matched <code>{{ pathname }}</code>.</p>
<a class="button secondary" href="/">Back home</a>
</main>
{% endblock %}