{% if var is null %} {% set site = {'title': "#{status_code} - #{status_description}" } %} {% else %} {% set site = site|merge({'title': "#{status_code} - #{status_description}"}) %} {% endif %} {% extends "base.twig" %} {% block head %} {% endblock %} {% block body %}

{{ site.title }}!


Something went wrong or the site you wanted to visit does not exist anymore.
You can either Go Back to previous page or try to reload the page.

{% endblock %}