twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
paths:
"%kernel.root_dir%/../../web/admin": admin_templates
"%kernel.root_dir%/../../web": templates
mustache:
globals:
foo: 'bar'
...
template_class_prefix: '__Mustache_'
template_base_class: 'Mustache_Template'
cache: '%kernel.cache_dir%/mustache'
loader_id: 'mustache.loader'
partials_loader_id: 'mustache.loader'
charset: '%kernel.charset%'