如何在symfony2中为twig配置等胡须创建配置

时间:2015-03-06 12:10:03

标签: php symfony mustache

我为树枝创建配置

twig:
    debug:            "%kernel.debug%"
    strict_variables: "%kernel.debug%"
    paths:
            "%kernel.root_dir%/../../web/admin": admin_templates
            "%kernel.root_dir%/../../web": templates

在渲染功能中使用admin_templates

return $this->render('@admin_templates/hello.html.twig');

我想要为胡子创建配置并使用

return $this->render('@admin_templates/hello.html.mustache');

如何在symfony2中为小胡子创建有效的配置?

0 个答案:

没有答案