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

6 lines
98 B
HTML

{% extends "templates/inheritance/inherit-b.html" %}
{% block b %}
start c
stop c
{% endblock %}