summaryrefslogtreecommitdiff
path: root/tests/template_tests/relative_templates/two.html
blob: 5fb317db9364d667dab16ae73e64ff71aa3480c5 (plain)
1
2
3
{% extends "./three.html" %}

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