You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 127B

123456789
  1. {% extends 'base.html' %}
  2. {% block titel%}
  3. Index-von Test
  4. {% endblock %}
  5. {% block content %}
  6. <h1>123 TEST</h1>
  7. {% endblock %}