<!doctype html>
<html lang="{{locale}}">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title><%= projectName %></title>
    {% if page_description %}<meta name="description" content="{{ page_description | escape }}"> {% endif %}

    <meta name="theme-color" content="#000000">

    {{ 'fonts.css' | asset_url | stylesheet_tag }}
    {{ 'vendor.css' | asset_url | stylesheet_tag }}
    {{ 'main.css' | asset_url | stylesheet_tag }}
    {{ content_for_header }}
  </head>

  <body>
    <div class="is-hidden">{% include 'svg-icons' %}</div>

    {{ content_for_layout }}

    {{ "vendor.js" | asset_url | script_tag }}
    {{ "app.js" | asset_url | script_tag }}
  </body>
</html>
