%--
All changes in this jsp must be mirrored in head-common-nodecorator-pre/post.jsp
--%>
<%@ page import="static com.atlassian.jira.component.ComponentAccessor.*" %>
<%@ taglib uri="sitemesh-decorator" prefix="decorator" %>
<%@ taglib uri="jiratags" prefix="jira" %>
<%@ taglib uri="webwork" prefix="ww" %>
<%
//
// IDEA gives you a warning below because it cant resolve JspWriter. I don't know why but its harmless
//
HeaderFooterRendering headerFooterRendering = getComponent(HeaderFooterRendering.class);
%>
<%= headerFooterRendering.getPageTitle(originalPage) %>
<%
// include version meta information
headerFooterRendering.includeVersionMetaTags(out);
// writes the tags into the page head
headerFooterRendering.includeMetadata(out);
// include web panels
headerFooterRendering.includeWebPanels(out, "atl.header");
%>
<%@ include file="/includes/decorators/xsrftoken.jsp" %>