{% load render_bundle from webpack_loader %} {% load scipost_extras %} {% load static %} {% block basebundle %} {% render_bundle 'base' %} {% endblock basebundle %} SciPost{% block pagetitle %}{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} {% block breadcrumb %}{% endblock breadcrumb %} {% block secondary_navbar %}{% endblock secondary_navbar %} {% include 'scipost/messages.html' %} {% block base %}{% endblock base %}
{% block footer_script %} {% endblock footer_script %}