X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/f221ec688ac9fe053007a4ff75791d24c8f782ad..e33de5b5936c55753ed7af72df05bf78515cfff0:/content/index.html
diff --git a/content/index.html b/content/index.html
index 84ea512..8bd3be9 100644
--- a/content/index.html
+++ b/content/index.html
@@ -11,17 +11,52 @@ extends: base.j2
{% block body %}
+
+
+
+
+
+
+{%- for grp, res_walker in site.content.walk_section_groups() -%}
+ {%- if grp.name != 'section' -%}
+
+ {%- endif -%}
+{%- endfor %}
+
+
+
+
-
-
-{%- for grp, res_walker in site.content.walk_section_groups() -%}
- {%- if grp.name != 'section' -%}
-
- {%- endif -%}
-{%- endfor %}
{% endblock %}
\ No newline at end of file