Is there a way to implement "Conditional Inheritance" like in twig:
{% extends standalone ? "minimum.html" : "base.html" %}
When I tried to do this, I catch an error Syntax error, unexpected token IDENTIFIER...
Is there a way to implement "Conditional Inheritance" like in twig:
{% extends standalone ? "minimum.html" : "base.html" %}
When I tried to do this, I catch an error Syntax error, unexpected token IDENTIFIER...