Proposal Images Partial
A partial are saved bits of text and html. Which can be put to together to insert images.
Go to Template Manager > Manage Global Partials
This can be used to format the structure of the way the images will display in your email.
An example partial inserted into a document/email with proposal datasource:
{{> proposal-images}}
The code behind the partial:
{{#each proposal.property.photos}}
<img src="{{url}}">
{{/each}}