evoadmin-mail/htdocs/tpl/page/403.html

11 lines
144 B
HTML

{% extends 'base.html' %}
{% block body %}
{% include 'nav.html' %}
<div class="container">
{% include 'notif.html' %}
</div>
{% endblock %}