{% extends "base.html" %} {% import "refs_macros.html" as refs_macros %} {% block title %}Open Library Refs{% endblock %} {% block fullbody %}

{% if hits.result_refs and hits.result_refs[0].ref.target_unstructured %} {{ hits.result_refs[0].ref.target_unstructured }} {% endif %} https://openlibrary.org/works/{{ openlibrary_id }}

{% if direction == "in" %}

Cited By

This page lists references to this book from other works (eg, journal articles). {% elif direction == "out" %}

References

Refernces from this book to other entities. {% endif %} {{ refs_macros.refs_table(hits, direction) }} {% endblock %}