diff --git a/views/default.html b/views/default.html
index a0614edbc2851fe7b3503564b8bc1f1acce88c4d..35bb3030d8dc19e1f940cf099c280b9d8671a180 100644
--- a/views/default.html
+++ b/views/default.html
@@ -6,35 +6,41 @@
+% item_count = 0
+% tag_closed = True
-
-
- % for p in pictures:
-
-
-
-
+% for p in pictures:
+ % if item_count % 3 == 0:
+
+ %tag_closed = False
+ % end
+
+
+
+
{{p['description']}}
+
+
+
×
-
- % end
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ % if item_count % 3 == 2:
+
+ %tag_closed = True
+ % end
+ % item_count += 1
+% end
+%if not tag_closed:
+
+%end
@@ -44,12 +50,12 @@
description:
Select a file:
-
+
Create domain alias
\ No newline at end of file