{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{% import "components/link/link-macros.njk" as link %}

{# ========================================================================= #}
{# :: Default #}
{# ========================================================================= #}
{% macro default(classes, data) %}

  <div class="o-footer {{classes}}">
    <p class="o-footer__text">&copy; 2018 Bebat vzw - Walstraat 5 B-3300 Tienen België - {{link.default("a-link--inline o-footer__text", "info@villapila.be", "/")}}
      <br>
      {{link.default("a-link--inline o-footer__text", "Privacybeleid", "/")}} - {{link.default("a-link--inline o-footer__text", "Cookiebeleid", "/")}}
    </p>
  </div>

{% endmacro %}
