{% include head.html %} {% if site.header_type == 'drawer' %}
{% include header_fixed.html %} {% else %}
{% include header.html %} {% endif %}
{% if site.post_type == 'highlight' %} {% include highlight_post.html %} {% endif %} {{ content }}
{% include footer.html %}