<%= @note.name %>

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