django/tests/template_tests/templates/inclusion_extends1.html

3 lines
73 B
HTML

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