<!doctype html> <html lang=β€œit”> <head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>
    {% if page.title %} 
        {{ page.title | escape }}
    {% else %} 
        {{ site.title | escape }} 
    {% endif %}
</title>
<meta name="description" 
    content="
    {% if page.metaDescription %}
        {{ page.metaDescription | truncate: 160 | escape }}
    {% else %}
        {{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}
    {% endif %}        
">
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
<script src="{{"/assets/js/jquery-3.1.1.js" | relative_url }}"></script>
<script src="{{"/assets/js/main.js" | relative_url }}"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Anton|Fjalla+One" rel="stylesheet">
<link rel="shortcut icon" sizes="32x32" href="images/app-icon-32.png">
<!-- icon in the highest resolution we need it for -->
<link rel="icon" sizes="192x192" href="icon.png">
<!-- reuse same icon for Safari -->
<link rel="apple-touch-icon" href="ios-icon.png">
<!-- multiple icons for IE -->
<meta name="msapplication-square310x310logo" content="icon_largetile.png">

<!– theme color for Chrome, Firefox OS and Opera –>

<meta name="theme-color" content="#8F00B2">
<!-- theme color for Chrome, Firefox OS and Opera -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

</head> <body>