{% extends "base.html" %} {% load static %} {% block page_content %}

Projects

{% for project in projects %}
{{ project.title }}

{{ project.description }}

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