UNPKG

gulp-appx

Version:

Gulp build system for Windows 10 Apps

15 lines (14 loc) 308 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <Title>{% block title %}{% endblock %}</title> {% block head %} <link rel="stylesheet" href="app.css" /> {% endblock %} </head> <body> {% block content %}{% endblock %} <script src="main.js"></script> </body> </html>