Skip to content

Instantly share code, notes, and snippets.

@Oceanswave
Last active October 7, 2017 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oceanswave/0999132561d5a6e349818bd13dd348c1 to your computer and use it in GitHub Desktop.
Save Oceanswave/0999132561d5a6e349818bd13dd348c1 to your computer and use it in GitHub Desktop.
Remote Work Message Templates
<p>Good Morning,</p>
<p>I have started my work day.<br/>
<ul>
<li>Start Time: {{format startWorkTime 'h:mm tt'}}</li>
<li>End Time: {{format endWorkTime 'h:mm tt'}}</li>
<li>Phone: 571-393-1415</li>
</ul>
</p>
<p>
Remote Work Tasks:<br/>
<ul>
{{#eachBySort tasks 'orderHint' 'desc'}}
<li>{{title}}</li>
{{/eachBySort}}
</ul>
</p>
<p>
It looks as though it's going to be a {{conditions}} day with a high of {{temperatureHigh}} and a {{rainChance}}% chance of rain.
</p>
<p>
Thanks,
</p>
<p>Good Evening,</p>
<p>I have completed my work day.</p>
<p>
Remote Work Tasks:<br/>
<ul>
{{#eachBySort tasks 'orderHint' 'desc'}}
<li>{{title}}</li>
{{/eachBySort}}
</ul>
</p>
<p>
Thanks,
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment