{% extends noLayout ? viewbaseLayout : "eZDemoBundle::pagelayout.html.twig" %} {% block content %}

{{ content.contentInfo.name }} (location ID is #{{ location.id }})

Name:

{{ ez_render_field( content, "name", { 'editMode': true, 'attr': { 'class': 'foobar' } } ) }}

Description:

{{ ez_render_field( content, "description", { 'editMode': true } ) }}
{% endblock %}