{% extends "auth.html" %} {% block full_width_content %}
{% for section in content['learn-more-sections'] %}

{{ section['title'] }}

{{ section['text'] | commonmark }}

{% endfor %} {% if papers %}

Hedy Research

    {% for name, filename in papers.items() %}
  • {{ name }}
  • {% endfor %}
{% endif %}
{% endblock %}