You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tornado Web Server
Is there a way to using Tornado and Javascript templates ( Jquerym
Mustache.js, handlerbars.js) together? JS templates and Jinja2 wotk
together this way:
<script type='text/x-jquery-template'>
<div>The people are:
{% raw %}<!-- Everything in here will be left untouched by
Jinja2 -->
{{ each people }}
${$value}
{{ /each }}
{% endraw %}
</div>
</script>
Is there a Tornado equivalent?
Thanks
Андрей Григорьев
unread,
Feb 25, 2012, 10:13:20 AM2/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com
<script type='text/x-jquery-template'> <div>The people are:
{{! each people }} ${$value} {{! /each }} </div> </script>
25.02.2012 18:05, wataka пишет:
-- Andrew
wataka
unread,
Feb 26, 2012, 10:34:54 AM2/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message