jon
Home
Inventar
Eintragen
{% if "location" not in session %} Raum wählen {% else %} Raum: {{ session.location.location_name }} {% endif %}
Logout
{% if config.DEBUG %}
config
{% for key, value in config.items() %}{{ key }} = {{ value }} {% endfor %}
{% endif %}
{% block content %}{% endblock %}