X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/e13dcef57d346104d7d085a8a5f893052c1f0bb0..45f156b6ee214ce8bdf9737686359e55f1ff9e23:/content/index.html?ds=inline diff --git a/content/index.html b/content/index.html index d480155..a9a5fa6 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 %}Krótki kurs własności intelektualnej – materiały dla wyższych uczelni.{% endblock %} +{% block og_title %}Krótki kurs 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 %} + +
+ +
-

Patron merytoryczny

PatronInterdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski
-
-

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 +{% endblock %}