UNPKG

grunt-bake

Version:

Bake external includes into files to create static pages with no server-side compilation time

10 lines 215 B
<table> <!--(bake-start _foreach="room:rooms")--> <tr> <td>W: {{room.width}}</td> <td>D: {{room.depth}}</td> <td>H: {{room.height}}</td> <td>V: {{room.volume}}</td> </tr> <!--(bake-end)--> </table>