{% extends "settings/base.html" %} {% block title %}Notifications{% endblock %} {% block settings_content %} {% if page_obj.number == 1 %} {% include "_announcements.html" %} {% endif %} {% endblock %}