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:
benjamin melançon 2018-11-21 10:29:16 -05:00
parent 79ccd24cf0
commit 426c365a7c

View file

@ -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. #}