UNPKG
@willowtreeapps/ukor
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
Roku build tool with flavors and deployment
github.com/willowtreeapps/ukor
willowtreeapps/ukor
@willowtreeapps/ukor
/
docs
/
resources
/
_layouts
/
default.html
14 lines
(11 loc)
•
282 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
lang
=
"{{ page.lang | default: site.lang | default: "
en
" }}">
{% include head.html %}
<
body
>
{% include menu.html %}
<
main
class
=
"full-height"
aria-label
=
"Content"
>
{{ content }}
</
main
>
{% include footer.html %}
</
body
>
</
html
>