django-components/tests/templates/relative_extends.html
lilian D 58d4c78671
Bug : Relative path in extends and include does not work when using template_file (#976)
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2025-02-16 13:29:37 +01:00

5 lines
80 B
HTML

{% extends './block.html' %}
{% block body %}
BLOCK OVERRIDEN
{% endblock %}