babashka/test-resources/lib_tests/templates/inheritance/inherit-a.html

7 lines
125 B
HTML
Raw Permalink Normal View History

2021-05-06 10:53:59 +00:00
start a
{% block a %}{% endblock %}
stop a
{% block content %}{% endblock %}
{% include "templates/inheritance/foo.html" %}