{% extends "base.html" %} {% block title %}{{ guide.title }} - Bible Study Guide - KJV Bible{% endblock %} {% block description %}{{ guide.description }}{% endblock %} {% block og_type %}article{% endblock %} {% block og_title %}{{ guide.title }} - Bible Study Guide{% endblock %} {% block og_description %}{{ guide.description }}{% endblock %} {% block structured_data %} {% endblock %} {% block head %} {% endblock %} {% block content %}
{{ guide.description }}
{% if pdf_available and pdf_url %} {% endif %} {% for section in guide.sections %} {% set section_index = loop.index %}
{{ verse_data.reference }}
{{ verse_data.text }}
{{ paragraph | format_lists | safe }}
{% endfor %}