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 254B

1234567891011121314
  1. {% extends 'base.html' %}
  2. {% block title %}
  3. Index
  4. {% endblock %}
  5. {% block content %}
  6. <div class="jumbotron jumbotron-fluid">
  7. <div class="container">
  8. <h1>Index der Polls-Applikation</h1>
  9. </div>
  10. </div>
  11. {% endblock %}