For a client, I'm wanting to create a custom RuntimeExtension for HTL.
For example, similar to how i18n works in HTL expressions, I'd like to
create my own.I've traced out how HTL markup is actually compiled into
Java and have seen how, for example, i18n makes its way into that Java,
but I can't seem to get a custom RuntimeExtension to be acknowledged. We
are running AEM 6.1 SP2 but some direction to implement such a custom
RuntimeExpression in either 6.1 or 6.2 would be great.Some quick
questio...