{% extends 'content_base.html' %} {% block pageTitle %}All Projects{% endblock %} {% block content %}
{% for project in projects %}

{{ project.name }}

Read More
{% endfor %}
{% endblock %}