{% comment %}
View Toggle Component - Django Cotton Version
Provides toggle between grid and list view modes with visual indicators.
Integrates with HTMX for seamless view switching without page reloads.
Usage Examples:
Parameters:
- current_view: Currently selected view mode ("grid" or "list", default: "grid")
- class: Additional CSS classes (optional)
Features:
- Clean toggle button design
- Visual indicators for current view
- HTMX integration for seamless switching
- Accessible with proper ARIA labels
- Icons for grid and list views
{% endcomment %}