{% extends "base.html" %} {% block title %}{{ book }} - KJV Bible{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ book }}

Authorized King James Version

Chapters

Chapters in bold are among the most frequently read and studied passages. {% for chapter in chapters %} = 7 %}class="popular-chapter"{% endif %}>{{ chapter }}{% if not loop.last %} ยท {% endif %} {% endfor %}

{% if introduction %}

Introduction

{{ introduction|safe }}
{% endif %} {% if historical_context %}

Historical Context

{{ historical_context|safe }}
{% endif %} {% if themes %}

Major Themes

{{ themes|safe }}
{% endif %} {% if key_passages %}

Key Passages

{% endif %} {% endblock %}