diff --git a/templates/blocks/b_projects.html b/templates/blocks/b_projects.html index 6919ca4..1b6dec4 100644 --- a/templates/blocks/b_projects.html +++ b/templates/blocks/b_projects.html @@ -8,21 +8,23 @@ {# {% endfor %}#} {##} {% load static %} -
-
-
-
- +{% if page.get_projects %} +
+
+
+
+ +
+
+ {% for project in page.get_projects %} + {% include 'widgets/w_project.html' %} + {% endfor %} +
+
+ +
+
-
- {% for project in page.get_projects %} - {% include 'widgets/w_project.html' %} - {% endfor %} -
-
- -
- -
+
-
\ No newline at end of file +{% endif %} \ No newline at end of file