{% extends 'django_spire/page/full_page.html' %} {% block full_page_command_bar %}
Sub Navigation
Info Navigation
{% endblock %} {% block full_page_sub_navigation_title %} Sub Navigation {% endblock %} {% block full_page_sub_navigation %}
Components
Colors Typography Buttons Badges Borders
Integrations
Django Glue
Examples
Example Page
{% endblock %} {% block full_page_content %}

Theme Overview

{% include 'django_spire/theme/card/colors_preview_card.html' with card_link=colors_url %}
{% include 'django_spire/theme/card/typography_preview_card.html' with card_link=typography_url %}
{% include 'django_spire/theme/card/buttons_preview_card.html' with card_link=buttons_url %}
{% include 'django_spire/theme/card/badges_preview_card.html' with card_link=badges_url %}
{% include 'django_spire/theme/card/borders_preview_card.html' with card_link=borders_url %}
{% include 'django_spire/theme/card/django_glue_preview_card.html' with card_link=borders_url %}
{% include 'django_spire/theme/card/example_preview_card.html' with card_link=borders_url %}
{% endblock %} {% block full_page_info_navigation_title %} Info Navigation {% endblock %} {% block full_page_info_navigation %}
About

The theme dashboard provides an overview of all available design tokens, components, and styles used throughout the application.

Theme Settings

Use the theme selector in the top navigation to switch between color families and toggle between light and dark modes.

Customization

Each preview card links to a full preview page where you can explore the component in detail alongside its appearance on a card.

{% endblock %}