|
|
|
@ -34,7 +34,9 @@
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
<h1>{{ section.title }}</h1>
|
|
|
|
|
{% if section.content %}
|
|
|
|
|
<h1>{{ section.title }}</h1>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if section.extra.group %}<div class="metadata"><strong>Cílová skupina –</strong> {{ section.extra.group }}</div>{% endif %}
|
|
|
|
|
{% if section.extra.time %}<div class="metadata"><strong>Časová dotace –</strong> {{ section.extra.time }}</div>{% endif %}
|
|
|
|
|
{% if section.extra.authors %}
|
|
|
|
|