From 3acf948b3d8a4eb7389a8a055bf6479a964d3755 Mon Sep 17 00:00:00 2001 From: Dale Nash Date: Wed, 26 May 2021 12:19:58 +0100 Subject: [PATCH] Update templates.rst Update docs to provide info on potential new feature found here: https://github.com/symfony/symfony/pull/41414 --- templates.rst | 3 +++ 1 file changed, 3 insertions(+) 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