{% extends "base.html" %} {% block extrastyle %} {% endblock %} {% block content %}
{% for project in projects %}

{% endfor %}
{% endblock %}