// Pop the page buffer off the stack of output buffers.
context.popOutputBuffer(pageBuffer);
final RequiredScriptModules requiredScriptModules =
context.getRequiredScriptModules();
requiredScriptModules.writeScriptElements();
super.closeMontagePage(attributes);
}
protected void openHead(DOMOutputBuffer dom, boolean empty) {