<%= content_for :title, @user.username %>

<%= @user.username %>

<%= image_tag(url_for(@user.avatar.variant(:standard)), width: "100px", height: "100px") if @user.avatar.attached? %> <%= @user.profile %>