{% load i18n static bootstrap4 %} {% get_current_language as LANGUAGE_CODE %} {% block title %}Castellum{% endblock %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% block content %}{% endblock %}