Skip to content

Instantly share code, notes, and snippets.

@jonarnaldo
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save jonarnaldo/9938448 to your computer and use it in GitHub Desktop.

Select an option

Save jonarnaldo/9938448 to your computer and use it in GitHub Desktop.
Meteor template
<template name = "profile">
<#each person>
<div>
Name : {{ name }} <br>
Age : {{ age }} <br>
Occupation: {{ occupation }}
</div>
</each>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment