{% if config['ENV'].lower() != 'production' %} {% include "_devbar.html" %} {% endif %}
  • {{ site_settings.contact_message }}
    {% for link in social_links %}
  • {% if link.image %}
    {% else %}
    {{ icon(link.icon) }}
    {% endif %}
    {{ link.name }}
  • {% endfor %}