UNPKG

gulp-twig

Version:

Twig.js plugin for gulp.js (gulpjs.com)

34 lines (32 loc) 755 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="description" content="A demo of how to use gulp-twig"/> <meta name="author" content="Simon de Turck"/> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Gulp and Twig</title> </head> <body> <section> <header> <h1>Gulp and Twig.js</h1> </header> <p> This page is generated by Twig.js using the gulp-twig gulp plugin. </p> <ul> <li>Fast</li> <li>Flexible</li> <li>Secure</li> </ul> </section> <footer> <p> Source file: index.twig<br> Target file: index.html </p> </footer> </body> </html>