From the documentation, there is no example of how to render a template inside template using ESI. Is it possible to do that?
For example, I have a template index.html.php
and I want to render form.html.php
template with ESI. How to do that?
From the documentation, there is no example of how to render a template inside template using ESI. Is it possible to do that?
For example, I have a template index.html.php
and I want to render form.html.php
template with ESI. How to do that?
As the documentation page you provided, you can render one controller within another using:
You can also use a route name instead of the controller reference:
However, you will need to set up a gateway cache for ESI to work.