<!DOCTYPE HTML> <html>

{%- include head.html -%}
<body>
    {%- include header.html -%}
    {%- include nav.html -%}
    {{ content }}
    {%- include footer.html -%}
    <script src="{{'assets/js/carousel.js' | relative_url -}}"></script>
</body>

</html>