grunt-bake
Version:
Bake external includes into files to create static pages with no server-side compilation time
26 lines • 359 B
HTML
<dl>
<dt>robert</dt>
<dd>
Index: 0<br>
Iteration: 1<br>
First: is true<br>
Last: is false<br>
Total: 3
</dd>
<dt>susan</dt>
<dd>
Index: 1<br>
Iteration: 2<br>
First: is false<br>
Last: is false<br>
Total: 3
</dd>
<dt>carl</dt>
<dd>
Index: 2<br>
Iteration: 3<br>
First: is false<br>
Last: is true<br>
Total: 3
</dd>
</dl>