{% extends 'journals/base.html' %} {% block pagetitle %}{{block.super}}: recent{% endblock pagetitle %} {% block link_class_physics_recent %}active{% endblock %} {% block breadcrumb_items %} {{block.super}} {{journal}} Recent {% endblock %} {% block content %} {% with header_text='Recent publications:' %} {{block.super}} {% endwith %}
{% endblock %}