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.
1234567891011121314 |
- {% extends 'base.html' %}
-
- {% block title %}
- Index
- {% endblock %}
-
- {% block content %}
- <div class="jumbotron jumbotron-fluid">
- <div class="container">
- <h1>Index der Polls-Applikation</h1>
- </div>
- </div>
-
- {% endblock %}
|