Ok, then it is possible to include a view served by a controller? For
example something like this:

{{include 'default/block1.html'}}

I tried many combination to obtain this but as now never worked.
The first proposed solution would be much more vertatile but...

> You cannot do what you ask but you can do something close
>
> {{message_block1='hello from block 1'}}
> {{include 'block1.html'}}
>
> where block1.html contains {{=message_block1}}
> Hope this makes sense.
>
> Hopefully we will have support for blocks soon and this mechanism will
> become more user friendly.

Reply via email to