test_extends.html 184 B

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