In the case of blocks, I think Wikus is suggesting:
{{block head
}}[your block markup]{{
end}}
But you can also do:
{{block head}}[your block markup...
...more block markup]{{end}}
Anthony
On Tuesday, February 21, 2012 8:13:11 AM UTC-5, chinakr wrote:
>
> Sorry, but I am puzzled with your suggestion @_@
>
> On 2月21日, 下午7时09分, Wikus van de Merwe <[email protected]>
> wrote:
> > You can do tricks like that, but it does not have the best readability:
> > {{ for i in range(10):}} <p> text {{=i}} text </p> {{
> >
> > pass }}