Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Using Javascript and Tornado templates together
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
wataka  
View profile  
 More options Feb 25 2012, 9:05 am
From: wataka <nhy...@googlemail.com>
Date: Sat, 25 Feb 2012 06:05:42 -0800 (PST)
Local: Sat, Feb 25 2012 9:05 am
Subject: Using Javascript and Tornado templates together
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Андрей Григорьев  
View profile  
 More options Feb 25 2012, 10:13 am
From: Андрей Григорьев <and...@ei-grad.ru>
Date: Sat, 25 Feb 2012 19:13:20 +0400
Local: Sat, Feb 25 2012 10:13 am
Subject: Re: [tornado] Using Javascript and Tornado templates together
<script type='text/x-jquery-template'>
    <div>The people are:
        {{! each people }}
          ${$value}
        {{! /each }}
    </div>
</script>

25.02.2012 18:05, wataka пишет:

--
Andrew

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wataka  
View profile  
 More options Feb 26 2012, 10:34 am
From: wataka <nhy...@googlemail.com>
Date: Sun, 26 Feb 2012 07:34:54 -0800 (PST)
Local: Sun, Feb 26 2012 10:34 am
Subject: Re: Using Javascript and Tornado templates together
Thanks!

On Feb 25, 4:13špm, áÎÄÒÅÊ çÒÉÇÏÒØÅ× <and...@ei-grad.ru> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »