mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
use '@foo/bar.html.twig' syntax in twig templates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends 'ChillEventBundle::layout.html.twig' %}
|
||||
{% extends '@ChillEvent/layout.html.twig' %}
|
||||
|
||||
{% set activeRouteKey = 'chill_event__event_show' %}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends 'ChillEventBundle::layout.html.twig' %}
|
||||
{% extends '@ChillEvent/layout.html.twig' %}
|
||||
|
||||
{% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends 'ChillEventBundle::layout.html.twig' %}
|
||||
{% extends '@ChillEvent/layout.html.twig' %}
|
||||
|
||||
{% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends 'ChillEventBundle::layout.html.twig' %}
|
||||
{% extends '@ChillEvent/layout.html.twig' %}
|
||||
|
||||
{% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends 'ChillEventBundle::layout.html.twig' %}
|
||||
{% extends '@ChillEvent/layout.html.twig' %}
|
||||
|
||||
{% import 'ChillPersonBundle:Person:macro.html.twig' as person_macro %}
|
||||
|
||||
|
Reference in New Issue
Block a user