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