{% extends "base.html" %} {% block title %}{{ book }} {{ chapter }} - KJV Bible{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ verse.verse }} {{ verse.text | link_names | safe }} {% if commentary and commentary.cross_references %} {% for ref in commentary.cross_references %} {{ ref.text }}{% if ref.context %} — {{ ref.context }}{% endif %} {% endfor %} {% endif %} {% if commentary and commentary.historical %} Historical context: {{ commentary.historical|safe }} {% endif %}
{% endfor %}