{% from "macros.jinja.html" import information %}
{% extends "base.jinja.html" %}

{% block pre_content %}
    {{ information(current_user, active_semester_str, role=role) }}

    <hr>
{% endblock %}

{% block content %}
    {% include "docs/" + role + ".jinja.html" %}
{% endblock %}