{% extends "../base.html" %} {% load django_vite %} {% load i18n %} {% load static %} {% block title %}{% translate "Styleguide" %}{% endblock title %} {% block css %} {{ block.super }} {% endblock css %} {% block content %} {% include "cast/styleguide/layout.html" %} {# Keep a single live search modal host on the styleguide page. #} {% include "cast/bootstrap5/_search_modal.html" with page=blog filterset=filterset %} {# Dark Mode Toggle for Styleguide #} {% if not request.GET.nav_preview and not request.GET.nav_layout %}