diff --git a/templates.rst b/templates.rst index de12df7ba13..8500085356b 100644 --- a/templates.rst +++ b/templates.rst @@ -489,6 +489,9 @@ provided by Symfony: # the path of the template to render template: 'static/privacy.html.twig' + # the status code to include in the response headers + statusCode: 200 + # special options defined by Symfony to set the page cache maxAge: 86400 sharedAge: 86400