<!DOCTYPE html>
<!–[if lt IE 7]> <html class=“no-js lt-ie9 lt-ie8 lt-ie7”> <![endif]–> <!–[if IE 7]> <html class=“no-js lt-ie9 lt-ie8”> <![endif]–> <!–[if IE 8]> <html class=“no-js lt-ie9”> <![endif]–> <!–[if gt IE 8]><!–> <html class=“no-js” lang=“{{ site.lang }}”> <!–<![endif]–>
<head>
{% include common/meta.html %} <link href='{{ site.baseurl }}/assets/stylesheets/blog.css' rel="stylesheet" type="text/css"> {% include common/libraries.html %} {% if site.google_tag_manager %} {% include common/gtm-head.html %} {% endif %}
</head>
<body>
{% if site.google_tag_manager %} {% include common/gtm-body.html %} {% endif %} {% include common/notices.html %} {% include blog/overlay.html %} <div id="page" class="hentry"> {% include blog/header.html %} <div class="body animated fadeInDown" role="main"> <div class="unit-body"> <div class="unit-inner unit-body-inner"> <div class="entry-content"> {{ content }} </div> </div> </div> </div> {% include blog/footer.html %} </div> {% include blog/scripts.html %}
</body>
</html>