django1/tests/template_tests/templates/inclusion_extends2.html

3 lines
73 B
HTML

{% extends 'inclusion_base.html' %}
{% block content %}two{% endblock %}