{% extends 'base/base.html' %} {% load static %} {% block title %} Notices {% endblock %} {% load index %} {% block body %} {% include 'base/nav-bar.html' %}

{% for object in object_list %} {% endfor %}

{% include 'base/footer.html' %} {% endblock %}