// then we need a clone/template of the headers/footers
// in the first section
hfTemplates = new HashMap<CTRel, JaxbXmlPart>();
SectionWrapper sw = input.getDocumentModel().getSections().get(0);
SectPr sectPr = sw.getSectPr();
List<CTRel> hdrFtrRefs = sectPr.getEGHdrFtrReferences();
titlePage = sectPr.getTitlePg();
for (CTRel rel : hdrFtrRefs) {