<% page_title "#{@artist.pretty_name.titleize} | Artist Profile" %> <% noindex if @artist.is_banned? %> <%= render "secondary_links" %>
<% if @artist.is_banned? && !policy(@artist).can_view_banned? %>

The artist requested removal of this page.

<% else %> <%= render "artists/summary", artist: @artist %> <% if @artist.tag.present? && @artist.tag.post_count > 0 %>

<%= link_to "Posts", posts_path(tags: @artist.name) %>

<%= render "posts/partials/common/inline_blacklist" %> <%= render_post_gallery(@artist.tag.posts.limit(8), tags: @artist.name) %>
<% end %> <% end%>