{{ config.title }}
{% set current_path = current_path | default(value="/") %}
{% if current_path == "/" %}
About
{% else %}
About
{% endif %}
{% if current_path is starting_with("/blog") %}
Blog
{% else %}
Blog
{% endif %}
{% if current_path is starting_with("/publications") %}
Publications
{% else %}
Publications
{% endif %}
{% if current_path is starting_with("/software") %}
Software
{% else %}
Software
{% endif %}
{% if current_path is starting_with("/teaching") %}
Teaching
{% else %}
Teaching
{% endif %}
Git
{% block content %} {% endblock content %}