Symfony 细枝扩展的细枝文件路径

Symfony 细枝扩展的细枝文件路径,symfony,twig,extends,Symfony,Twig,Extends,有两个twig文件src/MyVendor/MyBundle/Resources/views/MyApp/layout.html.twig和src/MyVendor/MyBundle/Resources/views/MyApp/myView.html.twig src/MyVendor/MyBundle/Resources/views/MyApp/myView.html.twig的内容 但是我犯了个错误 Unable to find template "layout.html.twig" in

有两个twig文件src/MyVendor/MyBundle/Resources/views/MyApp/layout.html.twig和src/MyVendor/MyBundle/Resources/views/MyApp/myView.html.twig

src/MyVendor/MyBundle/Resources/views/MyApp/myView.html.twig的内容

但是我犯了个错误

Unable to find template "layout.html.twig" in
"MyVendorMyBundle:MyApp:myView.html.twig"

您应该按照以下步骤进行操作:

{% extends "MyVendorMyBundle:MyApp:layout.html.twig" %}

您可以在

中找到更多详细信息。您应该按照以下步骤进行操作:

{% extends "MyVendorMyBundle:MyApp:layout.html.twig" %}

您可以在

中找到更多详细信息,它们隐藏,它们确实隐藏了您必须从AcmeDemoBundle这样的子文件夹扩展的事实:欢迎:User/index.html.twig查看它们隐藏,它们确实隐藏了您必须从AcmeDemoBundle这样的子文件夹扩展的事实:欢迎:User/index.html.twig查看