{% include head.html %}

{{ page.hero_title | default: site.title }}

{{ page.hero_tagline | default: site.description }}

{{ content }}
{% assign js_file = site.static_files | where: 'path', '/assets/js/bundle.js' | first %}