Artist: <%= link_to @artist.pretty_name, posts_path(:tags => @artist.name), :class => "tag-type-#{@artist.category_name}" %>

<% if @artist.notes.present? && @artist.visible? %>
<%= format_text(@artist.notes, :disable_mentions => true) %>

<%= link_to "View wiki page", @artist.wiki_page %>

<% end %> <%= yield %>

Recent Posts

<%= render "posts/partials/common/inline_blacklist" %>
<%= @post_set.presenter.post_previews_html(self) %>
<%= render "secondary_links" %>
<% content_for(:page_title) do %> Artist - <%= @artist.name %> - <%= Danbooru.config.app_name %> <% end %>