django1/tests/template_tests/recursive_templates/fs/one.html

4 lines
81 B
HTML

{% extends "two.html" %}
{% block content %}{{ block.super }} one{% endblock %}