When I try to extend a template I have this issue:
Variable "base_template" does not exist.
Here is my code:
{% extends base_template %}
{% block javascripts %}
{{ parent() }}
{% endblock %}
{% block content %}
{% endblock %}
When I try to extend a template I have this issue:
Variable "base_template" does not exist.
Here is my code:
{% extends base_template %}
{% block javascripts %}
{{ parent() }}
{% endblock %}
{% block content %}
{% endblock %}
Please use 3.24.0, 3.25.0 and 3.25.1 have regressions.
Please wait for the next release!
thank you!