extends_path 186 B

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