{% 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' %} {% include 'scipost/messages.html' %}
{% block page_header %}{% endblock page_header %} {% block content %}{% endblock content %}
{% block bodysup %} {% endblock bodysup %} {% include 'scipost/footer.html' %} {% render_bundle 'main' 'js' %} {% render_bundle 'bootstrap' 'js' %} {% block footer_script %} {% endblock footer_script %}