{# ========================================================================= #}
{# :: Intro #}
{# ========================================================================= #}
{#
  Tell us more about this partial ;D!
#}

{# ========================================================================= #}
{# :: IMPORTS #}
{# ========================================================================= #}

{# organisms #}
{% import "villapila/organisms/route/route-macros.njk" as route %}
{% import "villapila/organisms/footer/footer-macros.njk" as footer %}

{# ========================================================================= #}
{# :: Partial #}
{# ========================================================================= #}

<section class="m-section">
  
  {{route.default("o-route--spacing-s")}}

  {{footer.default("")}}

</section>
