-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathunderscore.html
More file actions
29 lines (24 loc) · 873 Bytes
/
underscore.html
File metadata and controls
29 lines (24 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<template name='underscoreDir_old'>
<!-- var files = [["docs", "#"], ["CNAME", "#"], ["CONTRIBUTING.md", "#"], ["LICENSE", "#"], ["README.md", "#"], ["Rakefile", "#"], ["index.html", "#"], ["package.json", "#"], ["underscore-min.js", "#"], ["underscore.js", "./underscorejs"]]
for (var i = 0; i < files.length; i++) {
Files.insert({name: files[i][0], path: files[i][1]});
} -->
{{#each files}}
{{>file_listing}}
{{/each}}
</template>
<template name="file_listing_old">
<a href="{{url}}">{{name}}</a>
</template>
<!-- <a href="#">docs</a>
<a href="#">test</a>
<a href="#">CNAME</a>
<a href="#">CONTRIBUTING.md</a>
<a href="#">LICENSE</a>
<a href="#">README.md</a>
<a href="#">Rakefile</a>
<a href="#">index.html</a>
<a href="#">package.json</a>
<a href="#">underscore-min.js</a>
<a href="./underscorejs">underscore.js</a>
-->