{% if pageTitle %} {{ pageTitle }} {% else %} EleutherAI pyfra internal site {% endif %} {% block extra_libraries %}{% endblock %} {% block extra_styles %}{% endblock %} {% block extra_scripts %}{% endblock %}
{% block buttons %}{% endblock %}
{% if current_user.is_authenticated %} Logout {% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %}{% endblock %}