8 lines
174 B
HTML
8 lines
174 B
HTML
{% extends "seminar/archiv/base.html" %}
|
|
|
|
{% block submenu %}
|
|
{% with "temata" as selected %}
|
|
{% include "seminar/archiv/submenu.html" %}
|
|
{% endwith %}
|
|
{% endblock %}
|
|
|