OK the only extends that works is without the theme name
whatever, can figure it out later. I'm thinking extends is a bad pattern; the including component templates thing seems much better.
This commit is contained in:
parent
79ccd24cf0
commit
426c365a7c
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
{% extends "@agarica/paragraph/paragraph--slide.html.twig" %}
|
||||
{% extends "paragraph--slide.html.twig" %}
|
||||
{# We do this to "un-override" the columnar paragraph in Octavia. #}
|
||||
|
|
Loading…
Reference in a new issue