diff --git a/resources/views/designer/designer.blade.php b/resources/views/designer/designer.blade.php
index 1c52eb5..e1ee3f4 100644
--- a/resources/views/designer/designer.blade.php
+++ b/resources/views/designer/designer.blade.php
@@ -298,6 +298,10 @@
@if($template->Type == "Mask" && $template->Side == "Front" && $template->TemplateFormat == "png")
@endif
+
+ @if($template->Type == "Mask" && $template->Side == "Front" && $template->TemplateFormat == "svg")
+
+ @endif