<%= render "sidebar" %>

New Wiki Page

<% if @wiki_page.title.present? %>
This wiki page does not yet exist. The form below will allow you to create a new page for <%= @wiki_page.title %>. It will act as an explanation on how to use the tag for other users on the site.
<% end %> <%= render "form" %> <%= wiki_page_alias_and_implication_list(@wiki_page)%>
<% if Post.fast_count(@wiki_page.title) > 0 %>

Posts

<% end %> <%= @wiki_page.post_set.presenter.post_previews_html(self) %>
<%= render "secondary_links" %> <% content_for(:page_title) do %> New Wiki Page - <%= Danbooru.config.app_name %> <% end %>