{% set rndstr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' %}
{# SeT Seo page info #}
{% block title %}{% if seo_page[0] is defined %}{{ seo_page[0].title }}{% endif %}{% endblock %}
{% block stylesheets %}{% endblock %}
{% include 'messagebox.html.twig' %}
{% for label, messages in app.session.flashbag.all %}
{% endfor %}