{% load render_bundle from webpack_loader %} {% load staticfiles %} {% render_bundle 'bootstrap' 'css' %} {% 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 page_header %}{% endblock page_header %} {% block content %}{% endblock content %} {% block content_footer %}{% endblock content_footer %}
{% block bodysup %} {% endblock bodysup %} {% block secondary_footer %}{% endblock secondary_footer %} {% include 'scipost/footer.html' %} {% render_bundle 'main' 'js' %} {% render_bundle 'bootstrap' 'js' %} {% block footer_script %} {% endblock footer_script %}