{% comment %} E.g., LinkedIn {% endcomment %}
{%- for profile in basics.profiles -%}
{{- profile.network -}}
{%- endfor -%}
{% comment %} E.g., personal website {% endcomment %}
{% if basics.url -%}
drewedgar.com
{%- endif -%}
{%- if basics.email %}
{{- basics.email -}}
{%- endif %}