diff --git a/app/templates/index.html b/app/templates/index.html index 36607a2..56a221e 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,5 +1,13 @@ {% include 'header.html' %} + +{% block javascript %} + +{% endblock %} +
@@ -9,58 +17,90 @@
- -
-
- -
- -
-
-
-
+
+
+ +
+ +
+
+
+ +
{% if item_list %} -
-
+
+
{% for item in item_list %} +
+ class="text-sm flex flex-col items-center justify-center w-full min-h-full md:w-1/5 lg:w-1/6 rounded my-4 md:mx-1 shadow hover:shadow-md border-solid ">
{{item.file_id}}
- {% if item.media %} + - -
{{item.insight}}
+ + - +
{{item.insight}}
+ - - + + + + + + + + + + + + +
+ {% else %} -
{{item.insight}}
+
{{item.insight}}
{% endif %}