Skip to content

Latest commit

 

History

History
executable file
·
30 lines (25 loc) · 942 Bytes

File metadata and controls

executable file
·
30 lines (25 loc) · 942 Bytes
title titles.course
permalink /course/
meta_desc_en Department of Intelligent Systems, academical courses at the Bachelor and Maste programme
meta_desc_ru Кафедра интеллектуальных систем, курсы бакалавриата и магистратуры

{% t titles.course %}

{% for type in site.global.course.types %}

{% t site.global.course.types.{{ type }} %}

{% for course in site.course %} {% if course.type contains type %}

{% t courses.{{ course.id | split: "/" | last }} %}

{% endif %} {% endfor %}

{% endfor %}