diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index 3b0e596..fe09e55 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -322,13 +322,13 @@ - Navigation - + Navigation + 📚 All Books {% if books %} - Old Testament + Old Testament Torah/Pentateuch @@ -343,48 +343,48 @@ {% endfor %} - Historical Books + Historical Books {% set historical = ['Joshua', 'Judges', 'Ruth', '1 Samuel', '2 Samuel', '1 Kings', '2 Kings', '1 Chronicles', '2 Chronicles', 'Ezra', 'Nehemiah', 'Esther'] %} {% for book in books %} {% if book in historical %} + class="bible-book historical {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} - Wisdom Literature + Wisdom Literature {% set wisdom = ['Job', 'Psalms', 'Proverbs', 'Ecclesiastes', 'Song of Solomon'] %} {% for book in books %} {% if book in wisdom %} + class="bible-book wisdom {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} - Major Prophets + Major Prophets {% set major_prophets = ['Isaiah', 'Jeremiah', 'Lamentations', 'Ezekiel', 'Daniel'] %} {% for book in books %} {% if book in major_prophets %} + class="bible-book major-prophets {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} - Minor Prophets + Minor Prophets {% set minor_prophets = ['Hosea', 'Joel', 'Amos', 'Obadiah', 'Jonah', 'Micah', 'Nahum', 'Habakkuk', 'Zephaniah', 'Haggai', 'Zechariah', 'Malachi'] %} {% for book in books %} {% if book in minor_prophets %} + class="bible-book minor-prophets {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} @@ -392,79 +392,79 @@ - New Testament + New Testament - Gospels + Gospels {% set gospels = ['Matthew', 'Mark', 'Luke', 'John'] %} {% for book in books %} {% if book in gospels %} + class="bible-book gospels {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} - Historical + Historical {% set acts = ['Acts'] %} {% for book in books %} {% if book in acts %} + class="bible-book acts {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} - Pauline Epistles + Pauline Epistles {% set pauline = ['Romans', '1 Corinthians', '2 Corinthians', 'Galatians', 'Ephesians', 'Philippians', 'Colossians', '1 Thessalonians', '2 Thessalonians', '1 Timothy', '2 Timothy', 'Titus', 'Philemon', 'Hebrews'] %} {% for book in books %} {% if book in pauline %} + class="bible-book pauline {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} - General Epistles + General Epistles {% set general_epistles = ['James', '1 Peter', '2 Peter', '1 John', '2 John', '3 John', 'Jude'] %} {% for book in books %} {% if book in general_epistles %} + class="bible-book general-epistles {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} - Apocalyptic + Apocalyptic {% set apocalyptic = ['Revelation'] %} {% for book in books %} {% if book in apocalyptic %} + class="bible-book apocalyptic {% if request.url and book in request.url.path %}active{% endif %}" style="padding: 0.35rem 0.5rem; font-size: 0.75rem; margin-bottom: 0.1rem;"> {{ book }} {% endif %} {% endfor %} {% endif %} - Study Tools - + Study Tools + 🤖 AI Commentary (Coming Soon) - + 🔍 Search (Coming Soon) - + 📝 Notes (Coming Soon)