<%= @note.name %>

<%= Markdown.render(@note.content) |> raw %>
<%= if not Enum.empty?(@note.links_to) do %>
Notes linking here:
<% end %> <%= if String.length(@note.url || "") > 0 do %>
<.icon name="hero-link" /> <%= @note.url %>
<% end %>
<%= if @note.published_at do %> Published <% else %> Unpublished <% end %>
Last updated
Tags
<.tags note={@note} />
Kind
<%= @note.kind %>
<%= if !Enum.empty?(@note.images) do %>
<%= for image <- @note.images do %> <% end %>
<% end %>