<%= @note.name %>

<%= Markdown.render(@note.content) |> raw %>
<%= if !Enum.empty?(@note.images) do %>
<%= for image <- @note.images do %> <% end %>
<% end %>