SalaMuseoGames/_layouts/minimal.html

19 lines
454 B
HTML

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