A

Admin • 828.03K Points
Coach

Q. Which template tag is used to display variables in Django?

  • (A) {{ variable }}
  • (B) [[ variable ]]
  • (C) <% variable %>
  • (D) {$ variable $}
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
Django uses double curly braces to print variables in templates.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.