{% extends "base.html" %} {% set title = "Projects" %} {% set stylelist = ["proejcts/index.css"] %} {% block content %}

PROJECTSS

okay look i know this list looks absolutely pathetic right now but i WILL lock in for 2026 i promise

{% for name, info in projects.index %}

{{ name }}

{{ info.start }} - {{ info.end }}

{{ info.description }}

{{ info.imgalt }}
{{ info.figcaption }}
{% endfor %}
{% endblock %}