Getting Started
Favicon Generation
Web Manifest
Metadata
The se_deferred
tag can be used to delay the rendering of template sections until right before the response is sent to the client. Deferred sections of the template will maintain the scope they had at the time.
1{{ se_deferred }}2 The code inside this section will be delayed3 until right before the response is sent.4{{ /se_deferred }}
Deferred regions will generally be evaluated in the order they were registered, but you should not assume any particular evaluation order.