2
0
MasterPassword/public/site/2015-05/_layouts/default.html
Maarten Billemont 0b5502b673 WIP site.
2017-06-04 09:35:27 -04:00

17 lines
184 B
HTML

<!DOCTYPE html>
<html class="{{ page.nav }}">
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>