<%= @note.name %>

Published · Last Updated · Tags <%= for tag <- @note.tags do %> <%= tag.name %> <% end %> <%= if @current_user do %> · Edit <% end %>

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