summaryrefslogtreecommitdiff
path: root/tests/template_tests/recursive_templates/fs/two.html
blob: b9b80ec7a0b1bba897010d59345cb015b210aaaf (plain)
1
2
3
{% extends "three.html" %}

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