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 {{..}}.
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 {{..}}.
{% templatetag openvariable %} something {% templatetag closevariable %}