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