%# locals: (user:, variant: :thumbnail, lazy: false) %> <% if user.profile_image.attached? %> <%= image_tag user.profile_image.variant(variant), class: "rounded-full w-full h-full object-cover", loading: lazy ? "lazy" : "eager" %> <% else %>