{# ========================================================================= #}
{# :: DEFAULT PAGE #}
{# ========================================================================= #}
{#
  This is used as a default page for the pages containing a header,
  main and a footer.
#}

{# ========================================================================= #}
{# :: TEMPLATE #}
{# ========================================================================= #}
<!DOCTYPE html>
<html lang="en">

  {% include "villapila/pages/_core/html_head.njk" %}

  <body class="bp-page {{pageParams.bodyClass}}">

    <main>
      {% block content %}
      {% endblock %}
    </main>

    {% include "villapila/pages/_core/html_foot.njk" %}

  </body>

</html>
