How to overwrite the display function of TemplateBox? For example, if I have:
NotebookWrite[InputNotebook[], ToBoxes@Quantity[3, "Meters"]] how do I overwrite the DisplayFunction to make the out put display differently, without changing the actual value of the output?