SalaMuseoGames/_layouts/default.html

18 lines
378 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ site.language }}" class="no-js">
{% include head.html %}
<body class="main-page has-push-menu">
{% include svg-icons.html %}
{% include header.html %}
<section class="content">
{{ content }}
</section>
{% include footer.html %}
</body>
</html>