babashka/test-resources/lib_tests/templates/inheritance/blocks.html
2021-05-06 12:53:59 +02:00

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 %}