Hi Nikhil,
you can't do that with django template system without additional "raw" tag.

Here's a relevant article:
http://www.holovaty.com/writing/django-two-phased-rendering/

Cheers,
 Tom

Dne Fri, 19 Oct 2012 15:51:39 +0530
Nikhil Verma <varma.nikhi...@gmail.com> napsal(a):

> Hello people
> 
> I need some suggestion in a problem.
> 
> How can i stop django template engine  not executing {{name}}. Meaning I do
> not want that {{}}, the value should be printed it should somehow pass into
> the browser as it is.
> If i writing {{name}} it should print {{name}} in html file/browser
> 
> How can i achieve this ?
> 

-- 
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