{% extends "!theme/page.html" %}
{% from "bibentry.html" import bibentry, bibcss %}
{#
TODO
- fix issue with extra period in title if title ends in punctuation
#}
{% block after_content %}
Publications
{% for ref in bibliography %}
{{ bibentry(ref) }}
{% endfor %}
{% endblock %}
{% block meta %}
{{ super() }}
{% endblock %}