<!DOCTYPE html>

<html>

<html lang=“{{ page.lang | default: site.lang | default: 'en' }}”>

{% include head.html %}

<body class="slides scroll animated white">

      {% include nav.html %}

  {{ content }}

  {% if page.include_social == true %}
          {% include social_feed.html %}
  {% endif %}

  {% if page.include_news == true or page.url contains "latest_news" %}
                {% include latest_news.html %}
  {% endif %}

  {% include footer.html %}

        <script src="{{ '/assets/vendor/scripts/main.js' | relative_url }}"></script>

</body>

</html>