{{ title|default:"Access denied" }}

{{ message|default:"You don't have permission to access this page." }}

{% if is_authenticated %} Sign out {% else %} Go to login {% endif %}