{% 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.title }}

{{ content.subtitle }}

{% if pdf_available %}
Download Study (PDF)
{% endif %}

{{ content.introduction | safe }}

{% for section in content.sections %}

{{ section.heading }}

{{ section.content | safe }}

{% if section.verses %}

Key Scripture

{% for verse in section.verses %}

{{ verse.reference }}
{{ verse.text }}

{% endfor %} {% endif %}
{% endfor %}

Conclusion

{{ content.conclusion | safe }}

← Back to Resources

{% endblock %}