base.html 164 B

1234567891011
  1. {{ base_var }}
  2. base template
  3. {% block title %}base title{% endblock %}
  4. more of base template
  5. {% block content %}base content{% endblock %}
  6. end of base template