---
title: "Home"
order: 1
icon: "M12 20 L12 30 4 30 4 12 16 2 28 12 28 30 20 30 20 20 Z"
---
{% for article in collections.articles %}
{% if article.fileSlug == 'bio' %}
{{ article.content }}
{% endif %}
{% endfor %}
{% for article in collections.articles %}
{% if article.fileSlug == 'interests' %}
{{ article.content }}
{% endif %}
{% endfor %}