diff --git a/kjvstudy_org/templates/verse_of_the_day.html b/kjvstudy_org/templates/verse_of_the_day.html index 86cd35a..ed17b44 100644 --- a/kjvstudy_org/templates/verse_of_the_day.html +++ b/kjvstudy_org/templates/verse_of_the_day.html @@ -1,416 +1,35 @@ {% extends "base.html" %} {% block title %}Verse of the Day - {{ daily_verse.reference }} - KJV Study{% endblock %} -{% block description %}Today's verse from the King James Bible: {{ daily_verse.reference }} - {{ daily_verse.text[:100] }}... Meditate on God's Word daily with our verse of the day feature.{% endblock %} -{% block keywords %}verse of the day, daily Bible verse, KJV verse, daily devotion, Bible meditation, Scripture of the day{% endblock %} +{% block description %}Today's verse from the King James Bible: {{ daily_verse.reference }} - {{ daily_verse.text[:100] }}...{% endblock %} {% block content %} -
- -
-

- ✨ Verse of the Day -

-

- {{ daily_verse.date }} - Meditate on God's Word and let it transform your heart and mind. -

-
+

Verse of the Day

+

{{ daily_verse.date }}

- -
- -
-
+
+
+

{{ daily_verse.text }}

+ +
+
-
-
📖
- -
- "{{ daily_verse.text }}" -
- - - — {{ daily_verse.reference }} - - - - -
-
+
+

Reflection

+

As you meditate on this verse today, consider:

+ +
- -
-

- 💭 Reflection Questions -

-
-
    -
  • - - What does this verse teach me about God's character? -
  • -
  • - - How can I apply this truth to my life today? -
  • -
  • - - What is God calling me to do or change? -
  • -
  • - - How can I share this truth with others? -
  • -
-
-
- - -
-

- 📤 Share Today's Verse -

-

- Encourage others with God's Word -

- -
- Verse copied to clipboard! -
-
- - - -
- - - - -{% endblock %} \ No newline at end of file +
+

Continue Reading

+

+ Read {{ daily_verse.book }} | + Chapter {{ daily_verse.chapter }} | + Full Commentary +

+
+{% endblock %}