{% extends '::layout.html.twig' %}
{% block contents %}
<h2>Novels</h2>
{% include 'MyFrontendBundle:Novel:_list.html.twig' with {'entities': entities } %}
{% endblock contents %}
Listing 34.15. Widok akcji Novel/index
Rozdział 34. Relacje, akcje index i show oraz widoki częściowe