1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/advlabdb/templates/assistant_base.jinja.html

9 lines
206 B
HTML
Raw Permalink Normal View History

2022-10-09 00:58:28 +00:00
{% from "macros.jinja.html" import information %}
{% extends "base.jinja.html" %}
{% block pre_content %}
{{ information(current_user, active_semester_str, role="assistant")}}
<hr>
{% endblock %}