{% extends "base.html" %} {% block title %}{{ content.title }} - KJV Study{% endblock %} {% block description %}The sacred four-letter name of God (YHWH) - its meaning, pronunciation, and theological significance{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ content.subtitle }}
{% if pdf_available %} {% endif %}{{ content.introduction | safe }}
{{ section.content | safe }}
{% if section.verses %}
{{ verse.reference }}
{{ verse.text }}
{{ content.conclusion | safe }}