<.header> Note <%= @note.id %> <:subtitle>This is a note record from your database. <:actions> <.link href={~p"/admin/notes/#{@note}/edit"}> <.button>Edit note <.list> <:item title="Name"><%= @note.name %> <:item title="Content"><%= @note.content %> <:item title="Slug"><%= @note.slug %> <:item title="Published at"><%= @note.published_at %> <:item title="Kind"><%= @note.kind %> <:item title="Url"><%= @note.url %> <.back navigate={~p"/admin/notes"}>Back to notes