{% extends 'django_spire/page/full_page.html' %} {% block full_page_content %}
{% url 'django_spire:theme:page:dashboard' as dashboard_url %} {% include 'django_spire/button/primary_outlined_button.html' with button_text="Back to Dashboard" button_icon="bi bi-arrow-left" button_href=dashboard_url %}
{% include 'django_spire/theme/section/typography_section.html' %}
{% endblock %}