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

This commit is contained in:
2020-09-06 20:32:46 +02:00
parent 9dfb622836
commit 43b0bfa369
10 changed files with 10 additions and 10 deletions

View File

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