{% extends "_base.html" %}
{% import "_navigation_macros.html" as nav %}
{% block content %}
{% if course is defined
and (is_canonical_lesson is not defined or not is_canonical_lesson)
%}
Nauč se Python
{% if course.vars.get('coach-present') %}
> Kurzy
{% else %}
> Materiály
{% endif%}
{% block breadcrumbs %}{% endblock %}
{% endif %}
{% block warning_msg %}
{% endblock %}