I love the simplicity of the HTMLReportGenerator + HTMLLayouter to create simple web pages. However, sometimes it would be nice to be able to add a little more "zing".
Please consider adding an option to the HTMLLayouter for "code injection" into the <head> section of the produced HTML. I know this can be done with existing XML transformers but it would be nice not to have to mess around with that and simply have an option when generating the HTML in the first place.
This would allow for simple JavaScript includes and custom CSS styling.

