askama/testing/templates/include-extends-included.html
max 5cad82f38e Allow included templates to extend, import, and macro
Signed-off-by: max <gmx.sht@gmail.com>
2024-01-17 17:58:53 +01:00

3 lines
78 B
HTML

{% extends "include-extends-base.html" %}
{% block header %}foo{% endblock %}