{% 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] }}...{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ daily_verse.date }}
{% if daily_verse.devotional %} {{ daily_verse.devotional.theme }}{{ daily_verse.text | link_names | safe }}
{{ daily_verse.devotional.opening.split(' ')[:3] | join(' ') }} {{ daily_verse.devotional.opening.split(' ')[3:] | join(' ') }}
{{ daily_verse.devotional.meditation }}
For Today
{{ daily_verse.devotional.application }}
Prayer
{{ daily_verse.devotional.prayer }}
The practice of daily meditation upon Scripture has been commended by the godly throughout the ages. Consider what this verse reveals about God's character and how it applies to your life today.
| Date | Title | Scripture |
|---|---|---|
| {{ verse.date }} | {% if verse.devotional %}{{ verse.devotional.title }}{% else %}—{% endif %} | {{ verse.reference }} |