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}}
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}}