{% extends "base.html" %} {% block content %}
PROJECT LIST HERE {% for article in articles %} {% if article.category == 'projects' %}

{{ article.title }}

{% if article.tags %} {% endif %}

{{ article.summary }}

Continue reading ยป
{% endif %} {% endfor %}
{% endblock %}