{% from "macros.html" import shorten_string %} {% block content %}

{{ url }}

{% for capture_uuid, title, landing_page, capture_time in captures %} {% endfor %}
Capture Time Capture Title Landing page
{{capture_time}} {{ title }} {{ landing_page }}
{% endblock %}