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

{{ ez_render_field( content, "title" ) }}

{{ ez_render_field( content, 'body' ) }}
{{ ez_render_field( content, 'tags', {'attr': {'class' : 'tags-wrapper'}} ) }}
{{ ez_comments_render_content( content.contentInfo ) }}
{# This is a call to a subrequest calling legacy code #} {{ render( controller( 'eZDemoBundle:Demo:viewTagRelatedContent', {'location': location} ) ) }}
{% endblock %}