{% extends "layouts/main.html" %} {% block title %}{{ t(key="profile.title", default="프로필 수정") }} — FuzionX{% endblock %} {% block flash_messages %}{% endblock %} {% block content %}

{{ t(key="profile.title", default="프로필 수정") }}

{% if flash.error %}
{{ flash.error }}
{% endif %} {% if flash.success %}
{{ flash.success }}
{% endif %}
{% endblock %}