{% extends "base.html" %} {% block title %}{{ plan.name }} - KJV Study{% endblock %} {% block description %}{{ plan.description }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ plan.name }}

{{ plan.description }}

{% if pdf_available and pdf_url %} Download PDF {% endif %}
{{ plan.duration_days }}
Days
{{ (plan.duration_days / 7) | round | int }}
Weeks
0
Completed
0%

Start reading to track your progress

{{ plan.overview }}

Reading Schedule

Click a day to expand and load the Scripture text. Check the box to mark as read.

{% for day in days_data %} {{ day.day }} {% endfor %}
{% for day in days_data %}
Day {{ day.day }} {% for reading in day.readings %}{{ reading }}{% endfor %} {{ day.theme }}
{% endfor %}

How to Use This Plan

Consistency matters more than perfection. If you miss a day, simply continue where you left off rather than attempting to catch up through extended readings. The goal is sustainable Scripture engagement, not merely completing a schedule.

Your progress is saved automatically in your browser. Check each day as you complete it to track your journey through Scripture.

← Back to all reading plans

{% endblock %}