<%@ include file="/includes/decorators/header.jsp" %>
<%-- get 'titlePrefix' from header.jsp which is the application title --%>

<%= (titlePrefix != null ? titlePrefix : "") %>

<%@ include file="/includes/decorators/footer.jsp" %>