Hi! I use this variant for text fields
<$view field="caption">
<$view field="title"/>
</$view>
but with images this variant don't work
Now I make new shop and every item has small image. so tiddler has field image150x150: images/Konteyner_Umnyy_kholodilnik_1_8_l_vysokiy_vid1.jpg
and every item has several big pictures, I attach them to my item by tag <$list filter="[is[current]tagging[]type[image/jpeg]sort[title]]">.....
I want if people forget to put field image150x150 or make it empty to show first big image from my list <$list filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[1]]">..
Now I found this variant for pictures
<$transclude field="image150x150" >
<$list filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[1]]"><$image source= {{!!_canonical_uri}} alt={{!!alt}} /></$list>
</$transclude>
but in this variant field image150x150 must look like <$image source="images/products/our_projects/first_gallery/small.jpg"/> but I want this field look like images/products/our_projects/first_gallery/small.jpg