2 lines
136 B
HTML
2 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 %}
|