{% extends 'homepage/base.html' %} {% block content %} {% for company in company_list %}

{{ company.name }}

{% endfor %} {% endblock %}