<body>
<div class="container">
<!--=include relative/path/to/header.html -->
<div class="content">
....
</div>
<!--=include relative/path/to/footer.html -->
</div>
</body>
gulp.task('clean', function() {
return del('public/*');
});