Symfony
{% if app.session.flash('notice') %}
Notice: {{ app.session.flash('notice') }}
{% endif %} {% block content_header %}
{% endblock %}
{% block content %} {% endblock %}
{% if code is defined %}

Code behind this page

{{ code|raw }}
{% endif %}