UNPKG

755 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="utf-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
6 <meta name="description" content="A demo of how to use gulp-twig"/>
7 <meta name="author" content="Simon de Turck"/>
8 <meta name="viewport" content="width=device-width,initial-scale=1">
9
10 <title>Gulp and Twig</title>
11</head>
12<body>
13<section>
14 <header>
15 <h1>Gulp and Twig.js</h1>
16 </header>
17 <p>
18 This page is generated by Twig.js using the gulp-twig gulp plugin.
19 </p>
20 <ul>
21 <li>Fast</li>
22 <li>Flexible</li>
23 <li>Secure</li>
24 </ul>
25</section>
26<footer>
27 <p>
28 Source file: index.twig<br>
29 Target file: index.html
30 </p>
31</footer>
32</body>
33</html>