<% if (success) { %>
<%= success %>
<% } %>
<% if (error) { %>
<%= error %>
<% } %>
<%# ── PROFILE ────────────────────────────────────────────── %>
Profiel
<% if (account.avatar_url) { %>

<% } else { %>
<%= account.username.charAt(0).toUpperCase() %>
<% } %>
<% if (account.avatar_url) { %>
<% } %>
<%# ── PASSWORD ──────────────────────────────────────────── %>