summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/index.hbs
blob: 7d5565c36ab37dea9a1c419ddea753bf1958cd6f (plain)
1
2
3
{{#if model.length}}
  {{todo-list todos=model}}
{{/if}}