I am trying to include an image in a document using freemarker template:
<tr>
<td style="width: 100%" align='center'>
<div>
<img src="/path/to/awesome.png" align='center'/>
</div>
</td>
</tr>
Dcoument is generated, but image never shows up. Image is very much at the location.
What am I missing?