I’m trying to read a definitive guide to django. But I can’t get feel of the word ‘render’, which I encounter template chapter in book. Author have never referred to meaning of it, even if I have read a introductory template chapter.
In english dictionary, render is
to cause to be or become; make: to render someone helpless.
But it does not make sense in django(of course, I could not understand this because I use english as SECOND LANGUAGE.
Could you give a definition of the word ‘render’?
Thank you.
Sense 7, to transform the template and provided variables for presentation to a user.