{% for year in publications_by_year %}
{{ year.name }}
{% for publication in year.items %}
{% endfor %}
{% endfor %}
{{ publication.created | date: "%d" }}
{{ publication.created | date: "%b" }}
{{ publication.title }}
{% if publication.youtube_id %}
{% endif %}
{% if publication.comment %}
{{ publication.comment }}
{% endif %}