hello mario thank you for quick reply,

evoque templating seem look great.

after playing a bit, I found that we can  use <%text></%text> to bypass dojo
${} variable, since mako will not execute anything inside <%text></%text>

heru

On Fri, Jun 12, 2009 at 3:31 PM, mario ruggier <[email protected]> wrote:

>
> you would just need to escape the $, and the output sent to the client will
> then be a correctly marked up dojo templatefor? Don't remember how to
> escape the ${} expression in mako. In evoque templating
> (http://evoque.gizmojo.org/ -- a super fast lightweight generic text
> templating for python 2 and 3 ;-) all you'd need to do is to double the $
> i.e. the '${...}' becomes the '$${...}'.
>
> mario
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to