Living Lab
{% if require_auth %}
{% if authenticated %}
{{ user.username }}
Log out
{% else %}
Log in
{% endif %}
{% endif %}
{% block content %}{% endblock %}