{% load render_bundle from webpack_loader %} {% load staticfiles %} {% render_bundle 'main' 'css' %} 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 %} {% include 'partials/scipost/notification_center_modal.html' %}
{% render_bundle 'main' 'js' %} {% block footer_script %} {% endblock footer_script %}