UNPKG
gulp-appx
Version:
latest (0.0.2)
0.0.2
0.0.1
Gulp build system for Windows 10 Apps
gulp-appx
/
src
/
htdocs
/
swig.html
13 lines
(9 loc)
•
232 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends
'templates/layout.html'
%} {% block title %}Hosted App Starter{% endblock %} {% block
head
%} {% parent %} {% endblock %} {% block content %} <h1>Title Goes Here!</h1> <div
id
=
"content"
></div> {% endblock %}