[Django]-Django problem with extends template tag

11👍

Try to remove {{}} –> {% extends base_template|default:"mainpage.html" %}

👤luc

0👍

{% extands %}
{% extands 'anotherpage.html'%}
like
{% extands %}
{% extands 'base.html'%}

Leave a comment