diff --git a/hypn0/templates/block/preview.html b/hypn0/templates/block/preview.html
index 5c12882..c4ec8f7 100644
--- a/hypn0/templates/block/preview.html
+++ b/hypn0/templates/block/preview.html
@@ -8,7 +8,17 @@
{% else %}
-
+
+
{{ svg_content|safe }}
diff --git a/hypn0/templates/gallery/detail.html b/hypn0/templates/gallery/detail.html
index 34dbcd8..b98cbfc 100644
--- a/hypn0/templates/gallery/detail.html
+++ b/hypn0/templates/gallery/detail.html
@@ -77,7 +77,7 @@
+ class="relative w-full aspect-square flex items-center justify-center rounded-2xl overflow-hidden shadow-inner border border-stone-300/80 dark:border-zinc-800/80 group select-none bg-[var(--card-bg-light)] dark:bg-[var(--card-bg-dark)]">
-
+
+
{{ active_svg|safe }}