{# app/templates/shop/account/profile.html #} {% extends "shop/base.html" %} {% block title %}My Profile{% endblock %} {% block content %}

My Profile

{# TODO: Implement profile management #}

Profile management coming soon...

{% endblock %}