{% extends "shop/errors/base.html" %} {% block icon %}🔐{% endblock %} {% block title %}401 - Authentication Required{% endblock %} {% block content %} {% if vendor and theme and theme.branding and theme.branding.logo %} {% endif %}
🔐
401
Please Log In
You need to be logged in to access this page. Please sign in to continue shopping.
Log In Create Account
{% if vendor %}
{{ vendor.name }}
{% endif %} {% endblock %}