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