diff --git a/kjvstudy_org/templates/strongs_entry.html b/kjvstudy_org/templates/strongs_entry.html index 6bd7dec..8ec5b20 100644 --- a/kjvstudy_org/templates/strongs_entry.html +++ b/kjvstudy_org/templates/strongs_entry.html @@ -6,58 +6,40 @@ {% block head %} {% endblock %} {% block content %} -
-
-

+

+

Strong's Concordance

+

Hebrew & Greek Lexicon

+ +
+
{{ entry.strongs }} {{ entry.language }} -

-

{{ entry.word }}

-

{{ entry.transliteration }}

+
+
{{ entry.word }}
+
{{ entry.transliteration }}
{% if entry.pronunciation %} -

Pronunciation: {{ entry.pronunciation }}

+
{{ entry.pronunciation }}
{% endif %} -
+ -
-

Definition

-

{{ entry.definition }}

-
+
+
+

Definition

+

{{ entry.definition }}

+
- {% if entry.kjv_usage %} -
-

KJV Translation

-

{{ entry.kjv_usage }}

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

Derivation

-

{{ entry.derivation | linkify_strongs | safe }}

-
- {% endif %} - -
+ + -
+ {% endblock %}