Menu
AkurAI-Build
publicLatest change 909be28483bafa4a3a18032f28ce83d29788fd24 - fix(public-ui): resolve AKURAI-BUILD-17..21 by Ólafur Búi Ólafsson
{% extends "layouts/base.html" %}
{% block title %}{{ title }} - 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">404 / Not found</p>
<h1 id="error-title">{{ heading }}</h1>
<p>{{ description }}</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 %}