{% block extra_head %}{% endblock %}
OLTP Experiment Repository
{% if user.is_authenticated %}
Hi, {{ user.username }}
Sign Out
{% else %}
{% csrf_token %}
Sign in
{% endif %}
{% block body %} {% endblock body %}