babashka/test-resources/lib_tests/templates/inheritance/blocks.html

3 lines
136 B
HTML
Raw Normal View History

2021-05-06 10:53:59 +00:00
{% block foo %}Here's the default text of foo {{foo}}{% endblock %}
{% block bar %}Here's the default text of bar {{bar}}{% endblock %}