{% extends "base.html" %} {% block content %}
{% for record in records %} {% endfor %}
id url current brief
{{ record.id }} {{ record.url }} {{ record.current }} {{ record.brief }} View
{% endblock %}