{% extends sitebase.html %} {% block head %} {% end %} {% block content %}
Number of studies Number of samples Number of users
{{ num_samples }} {{ num_users }} {{ num_studies }}
{% if random_study_id is not None %}

Check out this random public study from the database!

{{ random_study_title }}

{{ random_study_info['study_abstract'] }}

{% if user is not None %} Go to the study {% else %}

Log in above to see this and other public studies

{% end %}

{% end %} {% end %}