In controller rendered = render(.....) return dict(rendered=rendered)
in view
{{=XML(rendered)}}
http://zerp.ly/rochacbruno
Em 12/03/2012 10:27, "Hassan Alnatour" <[email protected]>
escreveu:
> im trying to have somthing like this is the database , in a table
> called pages :
>
> <h3>{{=c.name}}</h3>
> <img src="{{=URL('download',args=c.image)}}"/>
>
> and then get the record from the database and in the view but only
> this :
>
> {{=content}}
>

