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

8 lines
No EOL
166 B
HTML

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