<!doctype html> <html lang=“en”>
{% include build-version.html %}
<head>
{% if site.production == true and site.ga_tracking_id %} {% include google-analytics.html %} {% endif %} {% include head.html %} {% include favicons.html %}
</head>
<body>
{{ content }} {% include js.html %}
</body>
</html>