layout: compress


{% if page.color %}{% capture body_class %}class=“body-{{ page.color }}”{% endcapture %}{% endif %}

<!DOCTYPE html> <html lang=“{{ site.lang }}”>

{% include _theme/head.html %}
<body {{ body_class }}>
    <div class="page-wrapper">
        {% include _theme/header.html %}
        {{ content }}
    </div>
    {% include _theme/footer.html %}
    {% include _theme/js.html %}
</body>

</html>