{% extends "index.html" %} {% block title %}{{ config.title }} – {{ section.title }}{% endblock %} {% block nav %} {% endblock %} {% block content %}

{{ section.title }}

{% if section.extra.group %}
Cílová skupina – {{ section.extra.group }}
{% endif %} {% if section.extra.time %}
Časová dotace – {{ section.extra.time }}
{% endif %} {% if section.extra.author %}
Autor – {{ section.extra.author }}
{% endif %} {{ section.content | safe }} {% endblock content %}