{% extends "base.html" %} {% block title %}Projects{% endblock %} {% block description %}Here are those random projects I mentioned{% endblock %} {% block content %}

Projects

Here are a few of the projects I've worked on and contributed to:

{% for (year, projects) in projects_by_year %}

{{ year }}

{% endfor %}

I also have several projects under my deadname, so contact me if you are interested in those.

{% endblock %}