I am studying Ember and today I am stuck in the same error message, "Error: A block may only be used inside an HTML element or another block."
I am using Ember v1.10, however.
I worked on a tutorial and commented on part of my HTML so that I could try something else:
<script type="text/x-handlebars" data-template-name="logs">
<section>
<ul>
{{#each log in model}}
<li>{{log.name}}</li>
{{/each}}
</ul>
</section>
</script>
, . , - , , , JavaScript, HTML. , , .
, :
, , :
, , , , , .