test_extend.html 139 B

123
  1. {% extends base.html %}
  2. {% block title %}replacing the base title{% endblock %}
  3. {% block content %}replacing the base content{% endblock %}