<% if @forum_topic %>

Reply to <%= @forum_topic.title %>

<% else %>

New Forum Post

<% end %> <%= render "forum_posts/partials/new/form", :forum_post => @forum_post %>
<%= render "forum_topics/secondary_links" %> <% content_for(:page_title) do %> New Forum Post - <%= Danbooru.config.app_name %> <% end %>