title = "My Profile" url = "/hydro-raindrop/profile" layout = "default" is_hidden = 0 [account] ==

{{ this.page.title }}

This is an example User profile page.

{% component 'account' %}
{{ user.meta.hydro_id|default('-') }}
{% if not isHydroRaindropMfaMethodEnforced() %}
{% if user.meta.is_mfa_enabled %} Disable Multi Factor Authentication {% else %} Enable Multi Factor Authentication {% endif %}
{% endif %}