<.header class="flex-1"> <%= @user.name %> <:subtitle><%= @user.bio %>
<%= if @note do %>
<%= Markdown.render(@note.content) |> raw %>
<% end %>