{% extends 'base.html' %} {% block title %} News {% endblock %} {% block content %}
{% for notice in notices %}

{{ notice.notice_title }}

{{ notice.notice_text }}

{% endfor %}
{% endblock %} Navbar Example

.navbar .navbar-expand-sm

Index der Polls-Applikation