{% extends "base.html" %} {% block main %}

Corporations

{% for corp in corps %} {{ corp['corporation_name'] }} {% end %} {% end %}