<head>

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<link
        rel="stylesheet"
        href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css"
/>

{%- seo -%} {% include styles.html %} {% include google-analytics.html %}

<!-- custom head for scripts or styles -->
{% include custom-head.html %}

</head>