{% extends "base.html" %} {% block title %}Account ยท {{ SITE_NAME }}{% endblock %} {% block content %} {% include "public/_breadcrumbs.html" with title="Account" %} Account {% if "shop" in enabled_features %} Orders {% endif %} Profile Sign out {% block account_content %}{% endblock %} {% endblock %}