I’m pretty sure this is valid in twig, but doesn’t seem to be in tera.
Is this correct?
{# this works #}
{{ page.extra.header }}
{# this doesn’t #}
{% include page.extra.header %}
I’m pretty sure this is valid in twig, but doesn’t seem to be in tera.
Is this correct?
{# this works #}
{{ page.extra.header }}
{# this doesn’t #}
{% include page.extra.header %}
There is an issue for that in Tera: https://github.com/Keats/tera/issues/320