<%= render component_tag do %>
<%= avatar %>
<% if name.present? %>
<%= name %>
<% end %> <% if email.present? %>
<%= email %>
<% end %>
<% end %>