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

{{ post.title | bilingual(current_language) }}

{{ post.content }}
{% endblock %}