{% 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" ) }}
Files
{% include 'components/search_bar.html' %}
{% include 'components/details_modal.html' %} {% include 'components/file_preview_modal.html' %} {% endblock %} {% block extra_js %} {% endblock %}