{% extends "base.html" %} {% block body %}
{% for count, image in images %} {% endfor %}
Image # of VMs
{{ image }} {{ count }}
{% endblock body %}