summaryrefslogtreecommitdiff
path: root/app/Templates/app_forbidden.php
blob: 0c035404f985c474e987ca0c7dfe625f36e72e9f (plain)
1
2
3
4
5
6
7
8
9
<section id="main">
    <div class="page-header">
        <h2><?= t('Forbidden') ?></h2>
    </div>

    <p class="alert alert-error">
        <?= t('Access Forbidden') ?>
    </p>
</section>