summaryrefslogtreecommitdiff
path: root/tests/template_tests/relative_templates/one_var.html
blob: 1d040e1fe88433b26dbc1950f91456d0d2c11b9e (plain)
1
2
3
{% extends tmpl %}

{% block content %}{{ block.super }} one{% endblock %}