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

7 lines
No EOL
125 B
HTML

start a
{% block a %}{% endblock %}
stop a
{% block content %}{% endblock %}
{% include "templates/inheritance/foo.html" %}