{% extends "shared/base.html" %} {% block title %} Kontor {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}
{% endblock %}