django/tests/template_tests/recursive_templates/fs/one.html
2015-04-22 14:49:00 -05:00

3 lines
81 B
HTML

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