{% extends "base.html" %} {% block main %} {% for emission in emissions %} {% include "emissions/inline.html" %} {% endfor %} {% endblock %}