{% extends "common/base.html" %} {% from 'components/header.html' import header %} {% block title %}Starred - DocuPulse{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {{ header( title="Starred", description="View and manage your starred files and documents.", icon="fa-star" ) }}