{% block extra_head %}{% endblock %}
Sensitive Data Lab
Home
Learn
About
{% if user.is_authenticated %}
Profile
Logout
{% else %}
Login
Register
{% endif %}
{% if messages %} {% for message in messages %}
{{ message }}
×
{% endfor %} {% endif %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}