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

5 lines
153 B
HTML

{% extends "templates/inheritance/another-parent.html" %}
{% block content %}
{% include "templates/inheritance/include/snippet.html" %}
{% endblock %}