.. include:: /Includes.rst.txt .. _feature-73409: =============================================================================== Feature: #73409 - Auto-render Assets sections in Fluid template with controller =============================================================================== See :issue:`73409` Description =========== ActionController has received a new method, `renderAssetsForRequest` which receives the `RequestInterface` of the Request currently being processed. The ActionController has a default implementation of this method which attempts to render two sections in the Fluid template that is associated with the controller action being called: * `` for assets intended for the `` tag * `` for assets intended for the end of the `` tag Both sections are optional. When rendering, `{request}` is available as template variable in both sections, as is `{arguments}`, allowing you to make decisions based on various request/controller arguments. As usual, `{settings}` is also available. All content you write into these sections will be output in the respective location as is, meaning you must write the entire `