I was thinking -- maybe we can use metadata notation for defining `:compiled` templates and snippets? this will allow creating private templates, ex: ``` clojure (deftemplate ^{:compiled true :private true} my-internal-template ["#content"] ...) ```