{% extends "publications_bootstrap/base.html" %} {% block app_head %} {% endblock %} {% block app_content %}

Publications with {{ author }}


{% for type in types %} {% include 'publications_bootstrap/components/section.html' with title=type.description publications=type.publications %} {% endfor %} {% endblock %}