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

Information


{{ message }} {% if redirect %}
Click here if you aren't being redirected.{% endif %}
{% endblock %}