{% extends "base.html" %} {% block title %}Bible Stories - KJV Study{% endblock %} {% block description %}Explore {{ story_count }} Bible stories from Creation to the early Church, with both adult narratives and kid-friendly versions.{% endblock %} {% block og_type %}website{% endblock %} {% block og_title %}Bible Stories - KJV Study{% endblock %} {% block og_description %}Explore {{ story_count }} Bible stories from Creation to the early Church, with both adult narratives and kid-friendly versions.{% endblock %} {% block head %} {% endblock %} {% block content %}

Bible Stories

{{ story_count }} stories across {{ category_count }} categories

These Bible stories bring Scripture to life through engaging narratives that remain faithful to God's Word. Each story includes both an adult version with theological depth and a kid-friendly version perfect for family devotions or Sunday school.

View Kids Version — Stories written for younger readers

Categories

No stories found matching your search.
{% for category in categories %}

{{ category.category }}

{{ category.description }}

{% for story in category.stories %}

{{ story.title }}

{{ story.description }}

{% for verse in story.verses[:2] %}{{ verse }}{% if not loop.last %}, {% endif %}{% endfor %}{% if story.verses|length > 2 %} +{{ story.verses|length - 2 }} more{% endif %}
{% for character in story.characters[:3] %} {{ character }} {% endfor %} {% for theme in story.themes[:2] %} {{ theme }} {% endfor %}
{% endfor %}
{% endfor %} {% endblock %}