{% extends "base.html" %} {% block title %}Strong's {{ entry.strongs }} - {{ entry.word }} ({{ entry.transliteration }}) - {{ entry.language }} Definition{% endblock %} {% block description %}Strong's {{ entry.strongs }}: {{ entry.word }} ({{ entry.transliteration }}) means "{{ entry.definition[:120] }}". {{ entry.language }} word study with KJV Bible occurrences.{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ entry.strongs }} {{ entry.language }}

{{ entry.word }}

{{ entry.transliteration }}{% if entry.pronunciation %} ({{ entry.pronunciation }}){% endif %}
{{ entry.definition }}
{% if entry.kjv_usage %}

KJV Translations of {{ entry.strongs }}

{{ entry.kjv_usage | linkify_strongs | safe }}

{% endif %} {% if entry.derivation %}

Word Origin & Derivation

{{ entry.derivation | linkify_strongs | safe }}

{% if related_entries %} {% endif %}
{% endif %}
{% if verse_occurrences %}

{{ entry.strongs }} in the King James Bible

{{ total_occurrences }} verse{% if total_occurrences != 1 %}s{% endif %}
{% for occ in verse_occurrences %}
{{ occ.reference }} {{ occ.original }}

{{ occ.verse_text | safe }}

{% endfor %}
{% if total_occurrences > 10 %}
{% endif %}
{% endif %}
{% endblock %}