diff --git a/templates/index.html b/templates/index.html index 7bebcf0..ec80869 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,18 +22,18 @@ {% for defid, word, definition, example, author in data[0] %}
- -

{{ word }}

-
-

{{ definition|safe }}

-

{{ example|safe }}

-

{{ author|safe }}

+ +

{{ word }}

+
+

{{ definition|safe }}

+

{{ example|safe }}

+

{{ author|safe }}


{% endfor %} {{ data[1]|safe }}
-

Source Code

+ Source Code