0

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 %}
Stephan Vierkant
  • 9,674
  • 8
  • 61
  • 97

1 Answers1

0

Please use 3.24.0, 3.25.0 and 3.25.1 have regressions.

Please wait for the next release!

thank you!

OskarStark
  • 384
  • 1
  • 11