{% for footer in config.FOOTER %}

{{ footer.heading }}

    {% for link in footer.links %} {%- if link is mapping %}
  • {{ link.name }}
  • {%- else %}
  • {% for item in link %} {% if item.link is defined %} {{ item.name }} {% else %} {{ item.name }} {% endif %} {% endfor %}
  • {%- endif -%} {% endfor %}
{% endfor %}

Social Media

    {%- for link in config.SOCIAL %}
  • {{ link.name }}
  • {%- endfor %}
{%- if config.GITHUB_URL is defined %}   {% endif -%} CC by-nc-sa
{{ config.COPYRIGHT|safe }}