askama/testing/templates/let-child.html
2020-01-12 16:28:26 +01:00

6 lines
94 B
HTML

{% extends "let-base.html" %}
{% block body -%}
{% let x = 1 %}
{{- x -}}
{%- endblock %}