<!DOCTYPE html> <html ⚡ lang=“en”>

{% include head.html %}

<body>
  {% if jekyll.environment == 'production' and site.google_analytics %}
    {% include analytics.html %}
  {% endif %}

  {% include header.html %}

  {% include sidebar.html %}

  {{ content }}

</body>

</html>