+
+

Introduction to {{ book }}

+ {{ introduction|safe }} + +
+ {% for tag in tags %} + {{ tag }} + {% endfor %} +
+ +
+ Note: This commentary provides historical, theological, and literary insights on {{ book }} while remaining faithful to the text of the Authorized King James Version (KJV). +
+
+ +
+

Historical Context

+ {{ historical_context|safe }} +
+ +
+

Literary Features

+ {{ literary_features|safe }} +
+ +
+

Key Passages in {{ book }}

+
+ {% for highlight in highlights %} +
+

{{ highlight.reference }}

+

{{ highlight.description }}

+
+ {% endfor %} +
+
+ +
+

Book Outline

+ + {% for section in outline %} +
+

{{ section.title }}

+
    + {% for item in section.items %} +
  • + {{ item.text }} + {% if item.reference %} + ({{ item.reference }}) + {% endif %} + + {% if item.subitems %} +
      + {% for subitem in item.subitems %} +
    • + {{ subitem.text }} + {% if subitem.reference %} + ({{ subitem.reference }}) + {% endif %} +
    • + {% endfor %} +
    + {% endif %} +
  • + {% endfor %} +
+
+ {% endfor %} +
+ +
+

Major Themes

+ {{ themes|safe }} +
+ +
+

Theological Significance

+ {{ theological_significance|safe }} + +
+

Cross References to Other Books

+
    + {% for ref in cross_references %} +
  • + {{ ref.reference }} - {{ ref.description }} +
  • + {% endfor %} +
+
+
+ +
+

Chapter Summaries

+ + {% for chapter_num, chapter_data in chapter_summaries.items() %} +

Chapter {{ chapter_num }}

+

{{ chapter_data.summary }}

+ + {% if chapter_data.key_verses %} +
+

Key Verses:

+ +
+ {% endif %} + {% endfor %} +
+ +
+

Contemporary Application

+ {{ application|safe }} +
+