{% extends 'base.html.twig' %} {% block body %} {% if is_granted('ROLE_ADMIN') %} {{ "edit_page" | trans }} {% endif %} {% apply markdown_to_html %} {{ page.content }} {% endapply %} {% endblock %}