Skip to content

Instantly share code, notes, and snippets.

@lislon
Created February 16, 2015 08:58
Show Gist options
  • Select an option

  • Save lislon/828892b1845728e57945 to your computer and use it in GitHub Desktop.

Select an option

Save lislon/828892b1845728e57945 to your computer and use it in GitHub Desktop.
div
strong Контактные лица:
{{#each contacts}}
div {{this.firstname}} {{this.middlename}} {{this.lastname}}
div Кем приходится: {{this.relationship}}
div Телефон: {{this.phone}}
br
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment