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