AkurAI Build
Menu

AkurAI-Build

public

Latest change 5ecb45c5915e3bb122d43dbaf90b4eba39484c7d - organize native templates and reserve runtime routes by Olafur Bui

{% extends "layouts/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 %}