{{ book }} {{ chapter }}:{{ verse_num }}

Authorized King James Version (KJV)

{{ verse_text }}
{% if commentary %} {% if commentary.analysis %}

Analysis

{{ commentary.analysis | safe }}

{% endif %} {% if commentary.historical %}

Historical Context

{{ commentary.historical | safe }}

{% endif %} {% if commentary.cross_references %}

Related Passages

{% for ref in commentary.cross_references %}
{{ ref.text }}{% if ref.context %} — {{ ref.context }}{% endif %} {% if ref.verse_text %}
{{ ref.verse_text }}{% endif %}
{% endfor %} {% endif %} {% if commentary.questions %}

Study Questions

    {% for question in commentary.questions %}
  1. {{ question }}
  2. {% endfor %}
{% endif %} {% endif %} {% if interlinear_words %}

Interlinear Text

{% for word in interlinear_words %}
{{ word.original }} {{ word.english }} {% if word.strongs %} {{ word.strongs }} {% endif %}
{% endfor %}
{% endif %} {% if cross_references %}

Additional Cross-References

{% for xref in cross_references[:10] %}

{{ xref.ref }}{% if xref.note %} ({{ xref.note }}){% endif %}{% if xref.text %}: {{ xref.text }}{% endif %}

{% endfor %} {% endif %}