This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
adelq
/
astroid-web
Mirror von
https://github.com/adelq/astroid-web.git
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
be56114795
Branches
Tags
angular
develop
master
meteor
staging
yeoman
v0.1
astroid-web
/
client
/
views
/
tasks
/
task_list.html
task_list.html
79 B
Verlauf
Originalformat
1
2
3
4
5
<template name="todos">
{{#each tasks}}
{{> todoItem }}
{{/each}}
</template>