Thanks for the quick response. quite helpful. 

On Monday, January 14, 2013 10:52:49 AM UTC-6, [email protected] wrote:
>
> {{ for post in posts:}}
>    <h2>
>      <a href="{{=URL(r=request,f='view_post',args=post.id)}}">
>        {{=post.title}}
>      </a>
>    </h2>
> {{=WIKI(post.body|truncate:30)}}
> {{pass}}
>
> Thanks in avance. something similar to Django |truncate:x
>

-- 



Reply via email to