<%preview || ''%>
<%~set url_anchor = ""%>
<%~if current.user_do_after_post eq post_view%>
<%~set url_anchor = "last"%>
<%~if $post_id%><%set url_anchor = "p$post_id"%><%endif%>
<%~endif%>
<%~if this_do eq post_reply_write%>
<%~parent%><%-- Loads the parents post tags --%>
<%~set preview = 0%><%set reply_view = 1%><%set hide_post_menu = 1%>
<%include include_post_display.html%>
<%~elsif this_do eq post_edit%>
<%~orig%><%-- Loads the original post tags --%>
<%~set preview = 0%><%set orig_view = 1%><%set hide_post_menu = 1%>
<%include include_post_display.html%>
<%~endif%>
<%-- end content --%>
<%-- start content--%>
<%include include_content_header.html%>