X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/e13dcef57d346104d7d085a8a5f893052c1f0bb0..c0aeb248a7a3313b0b0941cf3c922b49c2fc57a6:/content/index.html diff --git a/content/index.html b/content/index.html index d480155..fafcac7 100644 --- a/content/index.html +++ b/content/index.html @@ -3,7 +3,8 @@ extends: base.j2 --- -{% block full_title %}Wprowadzenie do własności intelektualnej{% endblock %} +{% block full_title %}Wprowadzenie do własności intelektualnej – materiały dla wyższych uczelni.{% endblock %} +{% block og_title %}Wprowadzenie do własności intelektualnej – materiały dla wyższych uczelni.{% endblock %} {% block bodyid %}index{% endblock %} @@ -11,6 +12,57 @@ extends: base.j2 {% block body %} + +
+

Krótki kurs własności intelektualnej
Materiały dla wyższych uczelni

+ + + +
+
+ +
+ +
+

Pobierz

+ + +
+ + +{%- for grp, res_walker in site.content.walk_section_groups() -%} + {%- if grp.name != 'section' -%} +
+

{{ grp.title }}

+ + + {% if grp.name == "rozdzial-6" %} +

Materiały uzupełniające

+ {% endif %} +
+ {%- endif -%} +{%- endfor %} + +
+ +
-
-

Krótki kurs własności intelektualnej
Materiały dla wyższych uczelni

- - - -
-
- -
-

Pobierz

- - Podręcznik w formacie PDF - Slajdy w formacie ODP - Slajdy w formacie PDF - - Źródło do edycji -
- -{%- for grp, res_walker in site.content.walk_section_groups() -%} - {%- if grp.name != 'section' -%} -
-

{{ grp.title }}

- - {%- for res in res_walker -%} - {% if res.meta.title == "Materiały uzupełniające" %} -

{{ res.meta.title }}

- {% else %} - {{ res.meta.title }} - {% if res.meta.author %}{{ res.meta.author }}{% endif %} - - {% endif %} - {%- endfor -%} -
- {%- endif -%} -{%- endfor %} {% endblock %} \ No newline at end of file