{% extends "index.twig" %} {% block content %}

{{ title }}

{% if body == '' %}

We have an error!

{% else %} {{ body|raw }} {% endif %}
{% endblock %}