You can import modules, call functions and even define functions in
template,  if the function returns something you want to write to the body
just put a = sign.


On Thu, Jan 12, 2012 at 3:37 AM, thstart <thst...@gmail.com> wrote:
     *{{import urllib}}*

>   {{for name_first in names_first:}}
>         <br>
>         {{=name_first[0]}}
>         <br>
>         {{=*urllib.quote_plus*(name_first[0])}}
>         <br>
>         {{=name_first[1]}}
>     {{pass}}
>



-- 

Bruno Rocha
[http://rochacbruno.com.br]

Reply via email to