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