//...
return $this->render('@App/some.html.twig', [
'some_key' => $some_var,
]);
//...
{% extends '@App/layout.html.twig' %}
{# ... #}
{% block body %}
{{ some_key }}
{% endblock %}
{# ... #}
{{ render(controller(
AppBundle:Article:recentArticles',
{ 'max': 3 }
)) }}
{{ articles(3) }}
{{ app_version }}
app
, к примеру, тот же инстанс залогиненого пользователя{{ app.user.username }}