We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f73b1d commit ac13f6eCopy full SHA for ac13f6e
http_cache/ssi.rst
@@ -117,7 +117,7 @@ The profile index page has not public caching, but the GDPR block has
117
{# you can use a controller reference #}
118
{{ render_ssi(controller('App\\Controller\\ProfileController::gdpr')) }}
119
120
- {# ... or a path #}
+ {# ... or a path (in server's SSI configuration is common to use relative paths instead of absolute URLs) #}
121
{{ render_ssi(path('profile_gdpr')) }}
122
123
The ``render_ssi`` twig helper will generate something like:
0 commit comments