{% for sketch in sketches %}
diff --git a/community/www/sketches/sketch.html b/community/www/sketches/sketch.html
index 57b08c53..98a9274a 100644
--- a/community/www/sketches/sketch.html
+++ b/community/www/sketches/sketch.html
@@ -33,6 +33,12 @@
By {{sketch.owner}}
+ {% if not sketch.name %}
+
+ Saving sketches is not yet implemented. Coming soon!
+
+ {% endif %}
+
{{LiveCodeEditor(sketch.name, sketch.code) }}