{% extends 'scipost/base.html' %} {% load static %} {% load render_bundle from webpack_loader %} {% load get_files from webpack_loader %} {% block basebundle %} {% render_bundle 'style' %} {% get_files 'base' as base_scripts %} {% for file in base_scripts %} {% endfor %} {% endblock basebundle %} {% block body_class %}{{ block.super }} homepage home-alt{% endblock %} {% block meta_description %}{{ block.super }} homepage{% endblock meta_description %} {% block pagetitle %} Homepage{% endblock pagetitle %} {% block navbar %} {% include 'scipost/navbar.html' %} {% endblock navbar %} {% block content %}