This is my iframe
code in my base template:
<iframe id="main" src="{{ app.request.getBaseURL() }}/include/main.html.twig"></iframe>
In my app folder I have another folder named include/
that has a twig file named main.html.twig
.
I want to include the main.html.twig
file in src
like this:
<iframe id="main" src="/include/main.html.twig"></iframe>