{% extends "base.html" %} {% block content %} {% for abstract in abstracts %} {{ abstract['abstract'] }}


{% endfor %} {% endblock %}