{% extends 'django_spire/page/full_page.html' %} {% 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 %}