{# app/templates/storefront/errors/500.html #}
{# 500 Internal Server Error page #}
{% extends "storefront/errors/base.html" %}
{% block icon %}😔{% endblock %}
{% block title %}500 - Something Went Wrong{% endblock %}
{% block action_buttons %}
Go to Home
Try Again
{% endblock %}
{% block support_link %}
Issue persisting? Let us know and we'll help you out.
{% endblock %}