{% extends 'scipost/bare_base.html' %} {% block body_class %}{{block.super}} has-sidebar{% endblock %} {% block base %} {% block page_header %}{% endblock page_header %} {% block content %}{% endblock content %} {% block content_footer %}{% endblock content_footer %} {% block sidebar %}{% endblock %} {% include 'scipost/footer.html' %} {% endblock base %}