MVC
MVVM
MVT
None of the above
{{ name }} will be the output.
It will be displayed as name in HTML.
The name will be replaced with values of Python variable.
forloop.reverse
forloop.firstitem
forloop.counter0
forloop.lastitem
1
2
3
4
((variable))
{{variable}}
[[variable]]
[{variable}]
{{string|truncatewords}}
{{string|truncate:80}}
{{string|truncate}}
{{string|truncatewords:80}}
forloop.counter
render_to_html
render_to_response
response_render
render
It facilitates you to divide code modules into logical groups to make it flexible to change
It provides auto-generated web admin to make website administration easy
It provides pre-packaged API for common user tasks
All of the above