<!doctype html> <html lang=“{{ page.lang | default: site.lang | default: en }}”> {% include build-version.html %}

<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ page.title | escape }} | {{ site.title | escape }}</title>
{%- include favicons.html %}

</head>

<body>

{{ content }}

</body>

</html>