{% extends "content" ~ DIR ~ "post.twig" %} {% block content %} {% if post.title is not empty %}

{{ post.title }}

{% endif %}
{{ post.body }}
{% endblock %}