{% extends 'master.twig' %} {% set title = 'Information' %} {% block content %}

Information


{{ message|default('') }} {% if redirect is defined %}
Click here if you aren't being redirected.{% endif %}
{% endblock %}