mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 03:07:19 +00:00
5 lines
80 B
HTML
5 lines
80 B
HTML
{% extends './block.html' %}
|
|
|
|
{% block body %}
|
|
BLOCK OVERRIDEN
|
|
{% endblock %}
|