{% extends "base.html" %} {% block content %}

{{ resources[0].__tablename__ }}

{% for name in resources[0].as_dict() %} {% endfor %} {% for resource in resources %} {% for attribute, value in resource.as_dict().items() %} {% if attribute == 'links' %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ name }}
{{ value }}
{% endblock content%}