{% extends "base.html" %} {% import "components/typography.html" as typography %} {% import "components/cards.html" as cards %} o{% import "components/inputs.html" as form_helpers %} {% block main %} {{ typography::heading(t!("user.edit.title")) }} {% call cards::card() %}
{% endcall %} {% endblock %}