aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/let-child.html
blob: 3097bdabdde67781ac220c4107d2bf41e7bb4925 (plain) (tree)
1
2
3
4
5




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