{% extends 'spire/page/full_page.html' %} {% load static %} {% block page_content %}
403: Access Denied
You do not have the required permissions to access this page.
{% url 'example:home' as home_url %} {% include 'spire/button/primary_button.html' with button_text='Back to Home' button_href=home_url %}
{% endblock %}