{% include 'header.html' %}
{% include 'navigation.html' %}
Projects
{% for project in projects %}
{{ project.name }}
{% endfor %}
Add Project