{% extends 'content_base.html' %} {% block pageTitle %}All Projects{% endblock %} {% block content %}
{% for key, project in projects.items %}
{{ project.title }}
{% endfor %}
{% endblock %}