I expect this to be marked as a dup, but I've searched and searched and can't find any questions that are similar, much less the answer. When a Mojolicious template has an error, you get a page that shows all of the session data.
For debugging, I created a "dump" page that contains a deliberate error, but that seems to be a mite inefficient. Is there a simple way (like an already defined helper) to append the same well-formatted information to a page that I'm debugging?
