In cases where binding isn't needed, we can use {{unbound someProperty}}, but is there a way to achieve the same effect with tag attributes? As I understand it, our only option is bindAttr such as:
<img {{bindAttr src="thumbpath"}} />
Assuming 100+ images on the screen, and a somewhat frequent re-rendering (of the entire layout- not just the images), would there be any performance benefit in an unbound version?