{% extends "base.html" %} {% block title %}{% if title %}{{ kurs_id ? header.title.0 : title }}{{ title_addon }}{% endif %}{% endblock %} {% block head %}{{ parent() }}{% endblock %} {% block content %} {% if section_info_and_timer %}{% include "/sub_tpls/__section_info_and_timer.html" %}{% endif %} {% if body_block %}{{body | raw}}{% endif %} {% endblock %}