Which of the following is/are TRUE about rendering a context using a Template object in Django?
S1: Once a Template object is compiled, you can render a context with it.
S2: You can reuse the same template to render it several times with different contexts.
Options
- Only S1
- Only S2
- Both S1 and S2
- Neither S1 nor S2