{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Notifications - DocuPulse{% endblock %} {% block content %} {{ header( title="Notifications", description="View and manage your notifications", icon="fa-bell" ) }}