{% extends 'base.html.twig' %}{% block title %}{{ parent() }} - English static page test{% endblock %}{% block body %} <section> <div class="container"> Multilingue - EN <br> This static (uneditable) page is multilingual. <br> (see <a href="{{ url('multilingue', {'_locale': 'fr'}) }}">french version</a>) </div> </section>{% endblock %}