diff --git a/src/templates/index.html b/src/templates/index.html
index 58f617e..b850101 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -4,6 +4,7 @@
Anime Search and Request Page
+
@@ -35,7 +36,7 @@
+
{% if results %}
@@ -52,7 +54,7 @@
{% for result in results %}
+ class="card {{ result.type | lower }} {% if result.in_komga %}komga{% endif %} {% if result.requested %}requested{% endif %}">
@@ -64,10 +66,10 @@
{{ result.title }}
-
+
{% if not result.in_komga %}
-
+
{% endif %}
@@ -75,9 +77,35 @@
{% endif %}
+
+ {% if results %}
+
-
+ {% for result in results %}
+
+
+
+
+
+

+ {% if result.isAdult %}
+
18+
+ {% endif %}
+
+
+
{{ result.title }}
+
+
+
+ {% if not result.in_komga %}
+
+ {% endif %}
+
+
+ {% endfor %}
+ {% endif %}
@@ -98,6 +126,7 @@
Loading...
+
+