@ChrisVanPatten Do other frameworks use templating engines that do the escaping for you as late as possible? I think it just makes sense to escape data as late as possible. My twig library makes the WP escaping functions available as filters. Escaping explicitly defines what is expected.