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

8 lines
123 B
HTML
Raw Permalink Normal View History

2021-05-06 10:53:59 +00:00
<html>
<head></head>
<body>
{% block hello %}
Hello
{% endblock %}
</body>
</html>