{% extends 'base.html' %} {% block title %} Index {% endblock %} {% block content %}

Index der Polls-Applikation

{% for post in posts %}

{{ post.notice_title }}

{{ post.notice_text }}

{% endfor %}
{% endblock %}