{% include 'blocks/head.html' %} {% include 'blocks/header.html' %}

{{ category }}

    {% for item in projects %}
  • {{ item }}
  • {% endfor %}
{% include 'blocks/footer.html' %} {% include 'blocks/foot.html' %}