On Monday, December 19, 2011, J. Marc Edwards <
marc.edwa...@nimbisservices.com> wrote:
> I'd like to write a paragraph on my page that describes the {{ }} syntax,
but the template interpreter is interpreting the braces.

I think what you need is the {% templatetag %} tag -- it outputs template
tag start and end markers.

https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#templatetag

It can get a bit wordy, though, if your page has a lot of tags on it. If
you search online, you will find that a number of people have written {%
verbatim %} tags to solve just this problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to