grunt-bake
Version:
Bake external includes into files to create static pages with no server-side compilation time
19 lines (17 loc) • 490 B
HTML
<html>
<head></head>
<body>
<!--(bake includes/second.html _section="about")-->
<!--(bake includes/second.html _section="home")-->
<!--(bake includes/second.html _section="books.theDarkTower")-->
<!--(bake-start _section="home")-->
<span>{{title}}</span>
<!--(bake-end)-->
<!--(bake-start _section="home" meta="{{!shared}}"")-->
<span>{{title}}</span>
<span>{{meta.title}}</span>
<span>{{meta.info.author}}</span>
<!--(bake-end)-->
</body>
</html>