mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 14:28:18 +00:00
4 lines
109 B
HTML
4 lines
109 B
HTML
{% extends "simple_template.html" %}
|
|
{% block before_custom %}
|
|
<div>BLOCK OVERRIDEN</div>
|
|
{% endblock %}
|