public ContextTypeRegistry getTemplateContextRegistry()
{
if (contentTypeRegistry == null) {
ContributionContextTypeRegistry registry = new TwigContributionContextTypeRegistry();
registry.addContextType(TwigTemplateContextType.TWIG_CONTEXT_TYPE_ID);
contentTypeRegistry = registry;
}
return contentTypeRegistry;