UNPKG

grunt-flats

Version:

Grunt task for generating static layouts from templated partials.

9 lines 250 B
<div class="container-main"> {{>patterns/header}} <h1>Article</h1> <p>Dummy article content</p> <aside> {{>components/module-promo ("imgsrc": "/images/new-promo.jpg", "title": "New Module Title")}} </aside> {{>patterns/footer}} </div>