Finishes off the current page (using templates), prints it out to the browser and halts execution
void print_output (string $vartext, [boolean $sendheader = true])
* string $vartext: The HTML of the page to be printed
* boolean $sendheader: Send the content length header?