A

Admin • 802.91K Points
Coach

Q. Which template tag is used to include another template?

  • (A) {% import %}
  • (B) {% include %}
  • (C) {% render %}
  • (D) {% load %}
  • Correct Answer - Option(B)
  • Views: 6
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`{% include 'template.html' %}` is used to include another template.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.