I want to have the site template that is sent to the user after rendering in middleware.
Asked
Active
Viewed 71 times
1
-
1This is a bit vague, what do you want exactly the name of the template used for the response? The _rendered content_ of the template? What is the use case supposed to be here? Caching (There is already a middleware for that)? – Abdul Aziz Barkat Oct 05 '21 at 15:42
-
I need the rendered code itself. The one from which all parentheses are removed and the information is placed – deVOID Oct 06 '21 at 11:21