better twig extends path syntax

This commit is contained in:
2021-07-12 10:32:48 +02:00
parent 17ff80c39c
commit c1ede921ff
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{% extends "ChillMainBundle::layoutWithVerticalMenu.html.twig" %}
{% extends "@ChillMain/layoutWithVerticalMenu.html.twig" %}
{% block top_banner %}
{{ include('@ChillPerson/Household/banner.html.twig', { title: block('title') }) }}
@@ -14,4 +14,3 @@
'args' : { 'household': household }
}) }}
{% endblock %}