UNPKG

567 BPlain TextView 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>{{ title }}</title>
11
12</head>
13<body>
14<section>
15 {% block page %}{% endblock %}
16</section>
17<footer>
18 <p>
19 Source file: {{ _file.relative }}<br>
20 Target file: {{ _target.relative }}
21 </p>
22</footer>
23</body>
24</html>
25
\No newline at end of file