Skip to content

Instantly share code, notes, and snippets.

@heymichaelp
Last active August 29, 2015 14:03
Show Gist options
  • Save heymichaelp/389b094727f475a4a225 to your computer and use it in GitHub Desktop.
Save heymichaelp/389b094727f475a4a225 to your computer and use it in GitHub Desktop.
View Objects: Example HTML
...
<p class="average-grade">Average grade across all assignments: {{averageGrade}}</p>
<p class="passing-status">Passing: {{isPassing}}</p>
...
<p>
For any questions, please call the teacher at {{teacher.phone}}.
</p>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment