Created
February 16, 2015 08:58
-
-
Save lislon/828892b1845728e57945 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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