2 つの 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"