{% extends "templates/base.html" %} {% block content %}
{% for record in %records% %} {% endfor %}
id url current
{{ record.id }} {{ record.url }} {{ record.current }} View
{% if offset > 0 %} {% endif %}
{% endblock %}