{% comment %} Reusable dashboard header component Usage: {% include "admin/payments/_components/dashboard_header.html" with title="Payment Overview" icon="💳" %} Parameters: - title: Dashboard title - icon: Emoji or icon to display - subtitle: Optional subtitle {% endcomment %}

{% if icon %}{{ icon }} {% endif %}{{ title }} {% if subtitle %} {{ subtitle }} {% endif %}

{% block dashboard_content %} {% endblock %}