This website works better with JavaScript
Home
Explore
Help
Register
Sign In
adelq
/
astroid-web
mirror of
https://github.com/adelq/astroid-web.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
503490f1f7
Branches
Tags
angular
develop
master
meteor
staging
yeoman
v0.1
astroid-web
/
client
/
views
/
tasks
/
task_list.html
task_list.html
79 B
History
Raw
1
2
3
4
5
<template name="todos">
{{#each tasks}}
{{> todoItem }}
{{/each}}
</template>