This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Description
A lovely feature would be to figure out how to recognize that an expression is a type that has derived Template, and then not escape its output (assuming both templates involved are html). I'm not sure how to implement this, but it took me a while to figure out that I needed {{ var|safe }} to avoid having the html escaped.
I can't imagine a scenario where you'd have a type with an html template, and then want that output escaped when the variable is shown in another template.