<script type="text/x-handlebars">
  <p>
    <label>Insert your name:</label>
    {{input type="text" value=name}}
  </p>
  <p><strong>Echo: {{name}}</strong></p>
</script>  
App = Ember.Application.create();

External CSS

  1. https://kerricklong.com/css/style.css

External JavaScript

  1. https://kerricklong.com/js/ember-with-deps-1.3.1.js