<p>Hello, my name is {{name}}. I am from {{hometown}}. I have {{kids.length}} kids: 
<ul>
{{#kids}}
<li>{{name}} is {{age}}</li>
{{/kids}}
</ul>