id="selected" <% end %>>
<%= @user.nickname %>

<%= raw Formatter.emojify(@user.name, @user.emoji) %>

<%= if @visibility == "public" do %> <% else %> <%= if @visibility == "unlisted" do %> <% end %> <% end %>
<%= if @title != "" do %> <%= raw @title %>
open<% end %>> Show content <% end %>
<%= raw @content %> <%= if length(@attachment) > 0 do %>
<%= for %{"name" => name, "url" => [url | _]} <- @attachment do %> <%= render("_attachment.html", %{name: name, url: url["href"], mediaType: fetch_media_type(url), nsfw: @sensitive}) %> <% end %>
<% end %>
<%= if @title != "" do %>
<% end %>
<%= @counts.replies %>
<%= @counts.announces %>
<%= @counts.likes %>