Skip to content

Instantly share code, notes, and snippets.

@smcllns
Created March 14, 2014 19:17
Show Gist options
  • Save smcllns/9554797 to your computer and use it in GitHub Desktop.
Save smcllns/9554797 to your computer and use it in GitHub Desktop.
<div id="message">
<p>Hello staff - the top seller yesterday was {{data.query2.FullName}} with ${{data.query1.amount}} - <em>well done!</em></p>
<p>The Best Sale was:</p>
<ul>
{{#each data.query3}}
{{Item_Name__c}}: {{Total_Unit_Quantity_Needed__c}} {{Default_Unit_Name__c}} (${{PBSI__Total_Price__c}})
{{/each}}
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment