I'm working with Freemarker (mainly to generate quotes from our web-based accounting system). I've figured out headers/footers which work great but what I'd like to do is add a COVER PAGE so that the first page is a cover page, and then the generated quote is below that.
Now I could just throw in some HTML to make it look nice with a bunch of spaces to bring everything down, but I'd like to insert the TITLE from my accounting system's quote on the cover page. My fear is if someone puts in a title that is say 3-4 lines, it'll throw off the look later.
So is there a way I can specify in my code that "this is my cover page"