Rendering a context

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
  1. Only S1
  2. Only S2
  3. Both S1 and S2
  4. Neither S1 nor S2

Related Posts