diff --git a/src/main/resources/templates/fragments/search-results.html b/src/main/resources/templates/fragments/search-results.html
index 9cab4f1..c4c4728 100644
--- a/src/main/resources/templates/fragments/search-results.html
+++ b/src/main/resources/templates/fragments/search-results.html
@@ -1,21 +1,22 @@
{#if artists.isEmpty()}
-
No artists found
+
No artists found
{#else}
{#for artist in artists}
-
-
-
-
{artist.name}
+
+
+
+ {artist.name}
{#if artist.type}
{artist.type}
{/if}
{#if artist.disambiguation}
-
{artist.disambiguation}
+
{artist.disambiguation}
{/if}
{#if artist.area}
-
{artist.area}
+
{artist.area}
{/if}