{% extends 'base.html' %} {% block content %} {{ resource.__dict__ }} {% for book in resource.books %} {{ book.name }} {% endfor %} {% endblock %}