Re: How to show the template reserved keyword on html.

2012-02-19 Thread Morris
HI Karen, Thanks for your reminding. I have moved to django-users. On Feb 20, 2:51 pm, Karen Tracey wrote: > Please ask questions about using Django on django-users. The topic of this > list is the development of Django itself. > > Karen -- You received this message because you are subscribed

Re: How to show the template reserved keyword on html.

2012-02-19 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.

How to show the template reserved keyword on html.

2012-02-19 Thread Morris
Hi all, I would like to write some django note via template. I tried to show ""{{ sample }}"" on my website, but it's empty. I think django think it's a variable name. So, how to show {{ sample }} ? On the other hand, how to show template reserved word? Thanks a lot. -- You received t