2
0
MasterPassword/public/site/2015-05/_layouts/default.html

17 lines
184 B
HTML
Raw Normal View History

2017-05-28 19:34:07 +00:00
<!DOCTYPE html>
2017-06-04 13:35:27 +00:00
<html class="{{ page.nav }}">
2017-05-28 19:34:07 +00:00
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>