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

{% include head.html %}

<head> {% if page.url == “/404.html” %}<meta http-equiv=“refresh” content=“5; url={{ site.baseurl }}/” />{% endif %} </head>

<body>

 {% include nav.html %}

 {{ content }}

 {% include search.html %}

 {% include newsletter.html %}

 {% include footer.html %}

{% include Scroll_to_Top.html %}

</body>

</html>