diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index 1cb3c24..9abda41 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -24,13 +24,62 @@

Old Testament

- + Torah/Pentateuch + + + + Historical + + + + Wisdom + + + + Major Prophets + + + + Minor Prophets + +
+ + +
+

New Testament

+
+ + + Gospels + + + + Historical (Acts) + + + + Pauline Epistles + + + + General Epistles + + + + Apocalyptic + +
+
+ + -

Old Testament

+

Old Testament

{% set old_testament = ['Genesis', 'Exodus', 'Leviticus', 'Numbers', 'Deuteronomy', 'Joshua', 'Judges', 'Ruth', '1 Samuel', '2 Samuel', '1 Kings', '2 Kings', '1 Chronicles', '2 Chronicles', 'Ezra', 'Nehemiah', 'Esther', 'Job', 'Psalms', 'Proverbs', 'Ecclesiastes', 'Song of Solomon', 'Isaiah', 'Jeremiah', 'Lamentations', 'Ezekiel', 'Daniel', 'Hosea', 'Joel', 'Amos', 'Obadiah', 'Jonah', 'Micah', 'Nahum', 'Habakkuk', 'Zephaniah', 'Haggai', 'Zechariah', 'Malachi'] %} +

Torah/Pentateuch

{% for book in books %} {% if book in ['Genesis', 'Exodus', 'Leviticus', 'Numbers', 'Deuteronomy'] %} @@ -41,6 +90,7 @@ {% endfor %} +

Historical Books

{% for book in books %} {% if book in ['Joshua', 'Judges', 'Ruth', '1 Samuel', '2 Samuel', '1 Kings', '2 Kings', '1 Chronicles', '2 Chronicles', 'Ezra', 'Nehemiah', 'Esther'] %}
@@ -51,6 +101,7 @@ {% endfor %} +

Wisdom Literature

{% for book in books %} {% if book in ['Job', 'Psalms', 'Proverbs', 'Ecclesiastes', 'Song of Solomon'] %}
@@ -61,6 +112,7 @@ {% endfor %} +

Major Prophets

{% for book in books %} {% if book in ['Isaiah', 'Jeremiah', 'Lamentations', 'Ezekiel', 'Daniel'] %}
@@ -71,6 +123,7 @@ {% endfor %} +

Minor Prophets

{% for book in books %} {% if book in ['Hosea', 'Joel', 'Amos', 'Obadiah', 'Jonah', 'Micah', 'Nahum', 'Habakkuk', 'Zephaniah', 'Haggai', 'Zechariah', 'Malachi'] %}
@@ -83,9 +136,10 @@
-

New Testament

+

New Testament

+

Gospels

{% for book in books %} {% if book in ['Matthew', 'Mark', 'Luke', 'John'] %}
@@ -96,6 +150,7 @@ {% endfor %} +

Historical (Acts)

{% for book in books %} {% if book == 'Acts' %}
@@ -106,6 +161,7 @@ {% endfor %} +

Pauline Epistles

{% for book in books %} {% if book in ['Romans', '1 Corinthians', '2 Corinthians', 'Galatians', 'Ephesians', 'Philippians', 'Colossians', '1 Thessalonians', '2 Thessalonians', '1 Timothy', '2 Timothy', 'Titus', 'Philemon', 'Hebrews'] %}
@@ -116,6 +172,7 @@ {% endfor %} +

General Epistles

{% for book in books %} {% if book in ['James', '1 Peter', '2 Peter', '1 John', '2 John', '3 John', 'Jude'] %}
@@ -126,6 +183,7 @@ {% endfor %} +

Apocalyptic

{% for book in books %} {% if book == 'Revelation' %}
@@ -136,6 +194,84 @@ {% endfor %}
+ + +

🤖 AI Commentary Coming Soon