{% extends "base.html" %} {% block title %}{{ book }} - KJV Bible{% endblock %} {% block description %}Study the book of {{ book }} from the King James Bible (KJV). {% if book_intro and book_intro.introduction %}{{ book_intro.introduction[:110]|striptags }}...{% elif introduction %}{{ introduction[:110]|striptags }}...{% else %}Complete KJV text with chapters, commentary, and study resources.{% endif %}{% endblock %} {% block og_image %}https://kjvstudy.org/og/book/{{ book | urlencode }}.png{% endblock %} {% block twitter_image %}https://kjvstudy.org/og/book/{{ book | urlencode }}.png{% endblock %} {% block structured_data %} {% endblock %} {% block head %} {% endblock %} {% block content %}

{{ book }}

Authorized King James Version

{% if book_intro %}

{% if book_intro.author %}Author: {{ book_intro.author }}{% endif %} {% if book_intro.date_written %} · Written: {{ book_intro.date_written }}{% endif %} {% if book_intro.category %} · Category: {{ book_intro.category }}{% endif %}

{% endif %} {% if pdf_available %}
Download Book PDF
{% endif %}

Chapters

{% for chapter in chapters %} = 7 %}class="popular-chapter"{% endif %} data-chapter="{{ chapter }}" role="gridcell">{{ chapter }} {% endfor %}
{% if book_intro and book_intro.introduction %}

Introduction

{{ book_intro.introduction|md|safe }}
{% elif introduction %}

Introduction

{{ introduction|safe }}
{% endif %} {% if book_intro and book_intro.outline %}

Book Outline

{% endif %} {% if book_intro and book_intro.key_themes %}

Key Themes

{% elif themes %}

Major Themes

{{ themes|safe }}
{% endif %} {% if book_intro and book_intro.key_verses %}

Key Verses

{% for verse in book_intro.key_verses %}

{{ verse.text|mdi|safe }}

{% endfor %}
{% elif key_passages %}

Key Passages

{% endif %} {% if book_intro and book_intro.historical_context %}

Historical Context

{{ book_intro.historical_context|md|safe }}
{% elif historical_context %}

Historical Context

{{ historical_context|safe }}
{% endif %} {% if book_intro and book_intro.literary_style %}

Literary Style

{{ book_intro.literary_style|md|safe }}
{% endif %} {% if book_intro and book_intro.theological_significance %}

Theological Significance

{{ book_intro.theological_significance|md|safe }}
{% endif %} {% if book_intro and book_intro.christ_in_book %}

Christ in {{ book }}

{{ book_intro.christ_in_book|md|safe }}
{% endif %} {% if book_intro and book_intro.relationship_to_new_testament %}

Relationship to the New Testament

{{ book_intro.relationship_to_new_testament|md|safe }}
{% endif %} {% if book_intro and book_intro.practical_application %}

Practical Application

{{ book_intro.practical_application|md|safe }}
{% endif %} {% endblock %}