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

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