<script id="movie-list-template" type="text/x-handlebars-template"> | |
{{each}} | |
<div> | |
<h1>{{title}}</h1> | |
<img src="{{poster}}" alt="{{title}}"/> | |
</div> | |
{{/each}} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment