<%= @note.name %>

<%= Markdown.render(@note.content) |> raw %>
<%= if String.length(@note.url || "") > 0 do %>
<.icon name="hero-link" /> <%= @note.url %>
<% end %>
<%= if !Enum.empty?(@note.images) do %>
<%= for image <- @note.images do %> <% end %>
<% end %>