<h1>Sample Report</h1>
<ul>
	{{#each postalcodes}}
		<li>{{placeName}}</li>
	{{/each}}
</ul>
<h3>Report Footer here...</h3>