Menu
AkurAI-Build
publicLatest change 1c2159692a31765cd66ed709791ba11468054873 - Initial commit: bunfork v0.1.0 source tree by Olafur Bui
{% extends "base.html" %}
{% block title %}Server error · Bunfork{% endblock %}
{% block body %}
<main class="shell article-shell">
<p class="eyebrow">500</p>
<h1>Something went wrong.</h1>
<p class="lede">The error was logged without exposing internal details.</p>
</main>
{% endblock %}