{% extends "common/base.html" %} {% block title %}Starred - DocuPulse{% endblock %} {% block content %}
Starred
{% include 'components/search_bar.html' %}
{% include 'components/details_modal.html' %} {% endblock %} {% block extra_js %} {% endblock %}