django-components/tests/templates/included.html

4 lines
109 B
HTML

{% extends "simple_template.html" %}
{% block before_custom %}
<div>BLOCK OVERRIDEN</div>
{% endblock %}