3 lines
136 B
HTML
3 lines
136 B
HTML
|
|
{% block foo %}Here's the default text of foo {{foo}}{% endblock %}
|
||
|
|
{% block bar %}Here's the default text of bar {{bar}}{% endblock %}
|