{% extends '@AGrid/base.html.twig' %} {% block head %} {{ parent() }} {% endblock %} {% block title %}AGrid Content!{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

{{ 'agrid_bundle.agrid_page.title.page_title'|trans }} {{ page.id }}

content_paste Add SEO {{ 'agrid_bundle.agrid_page.button.show_the_page'|trans }}
{% include '@AGrid/include/agrid_element.html.twig' with {'mode': mode,'rows': page.content.rows, 'parent':'page'} %}
{% include '@AGrid/referencement.html.twig' %} {% endblock %} {% block scripts %} {{ parent() }} {% endblock %}