{% if not request.headers.get("Hx-Request") %} {% extends "base.html" %} {% endif %} {% block breadcrumb %} {% endblock breadcrumb %} {% block body %}
Your data
Profile
{% with schema=schemas.user_profile, current_data=user.profile %} {% include "includes/form_builder.html" %} {% endwith %}
{% include "profile/includes/credentials.html" %} {% endblock body %}