+<section id="toc">
+
+<section class="home-section" id="tools">
+ <h2>Pobierz</h2>
+
+ <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-podrecznik.pdf') }}">Podręcznik w formacie PDF</a>
+ <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-odp.zip') }}">Slajdy w formacie ODP</a>
+ <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-pdf.zip') }}">Slajdy w formacie PDF</a>
+ {#- <a class="list-item" href="">Kurs w formacie SCORM (zgodny z Moodle)</a> #}
+ <a class="list-item" href="http://ofop.redakcja.wolnelektury.pl/documents/book/kurs-ip-dla-uniwersytetow/">Źródło do edycji</a>
+</section>
+
+
+{%- for grp, res_walker in site.content.walk_section_groups() -%}
+ {%- if grp.name != 'section' -%}
+ <section class="home-section {{ grp.name }}">
+ <h2>{{ grp.title }}</h2>
+
+ {%- for res in res_walker -%}
+ {% if res.meta.title == "Materiały uzupełniające" %}
+ <a href="{{ res.full_url }}"><h2>{{ res.meta.title }}</h2></a>
+ {% else %}
+ <a class="list-item" href="{{ res.full_url }}">{{ res.meta.title }}
+ {% if res.meta.author %}<span class="author">{{ res.meta.author }}</span>{% endif %}
+ </a>
+ {% endif %}
+ {%- endfor -%}
+ </section>
+ {%- endif -%}
+{%- endfor %}
+
+</section>
+
+