Edit in JSFiddle

<script type="text/x-handlebars">
    <label>Insert your name:</label>
    {{input type="text" value=name}}
    <h3 class="subheader">Echo: {{name}}</h3>
</script>