{% extends "base.html" %} {% block title %}Papers{% endblock %} {% block content %} {% if year %}

Papers {{ year }}

{% else %}

Last Papers

{% endif %} {{ html_admin_buttons }} {% endblock %}