有两个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
的内容{% extends "layout.html.twig" %}
{% block content %}
view content is here.
{% endblock %}
但我收到错误
Unable to find template "layout.html.twig" in
"MyVendorMyBundle:MyApp:myView.html.twig"
答案 0 :(得分:7)