{{include './include.html'}} {{if user}}

{{user.name}}

{{/if}} <% include('include.html', { user: {name: 'world'} }); %>