{% extends "public/base.html" %} {% block title %}Work — {{ site.name }}{% endblock %} {% block content %}
Work

Things I've built and shipped

All {% for c in categories %} {{ c.name }} {% endfor %}
{% for p in projects %}{% include "partials/work_card.html" %} {% empty %}

No projects in this category yet.

{% endfor %}
{% endblock %}