1

I want to have the site template that is sent to the user after rendering in middleware.

deVOID
  • 155
  • 7
  • 1
    This 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

1 Answers1

1

Did you try to download the rendered template with IDM or something :)

Ali Rn
  • 1,114
  • 8
  • 19