{{#if googleTagManager}}
{{#if isGtag}}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{googleTagManager}}"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','{{googleTagManager}}');</script>
{{else}}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','{{googleTagManager}}');</script>
<!-- End Google Tag Manager -->
{{/if}}
{{/if}}
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{{> opengraph }}
<link rel="stylesheet" href="/css/variables.css" />

<link rel="stylesheet" href="/css/base.css" />
{{#if hasDocuments}}
  <link rel="stylesheet" href="/css/multipage.css" />
{{else}}
  <link rel="stylesheet" href="/css/landing.css" />
{{/if}}
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
  href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap"
  rel="stylesheet"
/>
<link rel="stylesheet" href="/css/highlight/styles/base16/dracula.min.css" />
<link rel="icon" href="/favicon.ico" />
