<.header> <%= @note.name %> <:subtitle><%= pretty_date(@note.published_at) %>
<%= Markdown.render(@note.content) |> raw %>
<%= if !Enum.empty?(@note.images) do %> <.line />
<%= for image <- @note.images do %>
<% end %>
<% end %>