test_extend.html 192 B

123
  1. {% extends "base.html" %}
  2. {% block title %}replacing the base title{% endblock %}
  3. {% block content %}replacing the base content - variable: {{ another_variable }} after variable {% endblock %}