{% extends 'main.html' %} {% block content %}

{{ title }}

{{ description }}

This page is relatively new. I'm adding projects as fast as I can but feel free to contact me if you want to know about something in particular.

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

{{ row.title }}

{{ row.description }}

{% for category in row.categories %} {% endfor %}
{% endfor %}
{% endblock %}