summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/node/index.hbs
blob: 03feceb755157232d74a87e44df132d07ceca680 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
<body>
    {{#each text}}
        <p>{{this}}</p>
    {{/each}}
</body>
</html>