grunt-flats
Version:
Grunt task for generating static layouts from templated partials.
16 lines (12 loc) • 361 B
HTML
<h1>Styleguide</h1>
<!-- HTML comments preserved -->
<h2>Components</h2>
<h3>Primary navigation</h3>
{{>components/nav-primary}}
<h3>Module Promo</h3>
{{>components/module-promo ("imgsrc": "/images/new-promo-image.jpg", "title": "New Module Title")}}
<h2>Patterns</h2>
<h3>Header</h3>
{{>patterns/header}}
<h3>Footer</h3>
{{>patterns/footer}}