{% set title = __("Information") %} {% extends "base.twig" %} {% block navbar %} {% if not ctx.skipLoginCheck %} {{ parent() }} {% endif %} {% endblock %} {% block content %} {% include "components/alert_info.twig" with { message: ctx.message } %} {% endblock %}