{% extends "eZDemoBundle::pagelayout.html.twig" %} {% block content %}
{# Rendering the whole "page" field, which is of ezpage fieldtype. #} {# All zones and blocks will be rendered from here. #} {{ ez_render_field( content, "page" ) }}
{% endblock %}