use '@foo/bar.html.twig' syntax in twig templates

This commit is contained in:
Tchama 2020-09-06 20:32:46 +02:00
parent d3f7e9736b
commit 9bc3c20383
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends "ChillPersonBundle::layout.html.twig" %}
{% extends "@ChillPerson/layout.html.twig" %}
{% set activeRouteKey = '' %}
{% set person = element.person %}

View File

@ -1,4 +1,4 @@
{% extends "ChillPersonBundle::layout.html.twig" %}
{% extends "@ChillPerson/layout.html.twig" %}
{% set activeRouteKey = '' %}
{% set person = element.person %}