{% include 'header.html' %}

Projects

A selection of projects I've worked on.

{% for row in articles %}
{% if row.get('link') is not none %}

{{ row.title }}

{% else %}

{{ row.title }}

{% endif %}

{{ row.description }}

{% endfor %}
{% include 'footer.html' %}