layout: compress


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

<!DOCTYPE html> <!–[if IE 8]> <html lang=“{{ site.lang }}” class=“ie8”> <![endif]–> <!–[if IE 9]> <html lang=“{{ site.lang }}” class=“ie9”> <![endif]–> <!–[if !IE]><!–> <html lang=“{{ site.lang }}”> <!–<![endif]–>

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

</html>