0

Possible Duplicate:
How to put braces in django templates?

How do I write {{ something }} without it getting parsed by django template system. I am trying to make addthis templates work, and they use the same {{..}}.

Community
  • 1
  • 1
yasar
  • 13,158
  • 28
  • 95
  • 160

1 Answers1

4

{% templatetag openvariable %} something {% templatetag closevariable %}

Thomas Vander Stichele
  • 36,043
  • 14
  • 56
  • 60
Thomas
  • 11,757
  • 4
  • 41
  • 57