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

8 lines
166 B
HTML
Raw Permalink Normal View History

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