{% extends "publications_bootstrap/base.html" %}
{% block app_head %}
{% endblock %}
{% block app_content %}
{% for year, publications in years %}
{% include 'publications_bootstrap/components/section.html' with title=year %}
{% endfor %}
{% endblock %}