{# pages/profile/profile.html — user profile #} {% extends "base.html" %} {% block title %}Profile — {{ title | default("Admin") }}{% endblock %} {% block breadcrumb %} {{ super() }} / Profile {% endblock %} {% block content %}