Django Practice Test
Django Django Templates
What syntax is used to output a variable in a Django template?
Select your answer
A
{{ variable }}
B
{% variable %}
C
D
${variable}
Hint