Menu
AkurAI-Build
publicLatest change ab297c4e42112620ee9879e10120102e5affbc3e - fix(500): replace stale Bunfork-branded error page with AkurAI Build theme (AKURAI-BUILD-17) by Ólafur Búi Ólafsson
{% extends "layouts/base.html" %}
{% block title %}Server error - AkurAI Build{% endblock %}
{% block body %}
<main class="ab-public ab-error-page">
{% include "partials/public-header.html" %}
<section class="ab-error" aria-labelledby="error-title">
<p class="ab-kicker">500 / Server error</p>
<h1 id="error-title">Something went wrong.</h1>
<p>The error was logged without exposing internal details. Try again, or return home and open the documentation.</p>
<div class="ab-actions">
<a class="ab-button ab-button-primary" href="/">Go home</a>
<a class="ab-button" href="/docs">Read the docs</a>
</div>
</section>
{% include "partials/public-footer.html" %}
</main>
{% endblock %}