<%- await include("partials/header", { bot, user, title: "Not found", is_logged, dashboardDetails, dashboardConfig, hasClientSecret }) %>

<div class="container-sm center" style="margin-top: 25px;">
    <div class="d-grid gap-2 col-6 mx-auto">
        <h1>404</h1>
        <h2>Not found</h2>
        <a class="btn btn-secondary" href="/">Go back</a>
    </div>
</div>
<%- await include("partials/footer") %>