{% extends 'scipost/base.html' %} {% load static %} {% load render_bundle from webpack_loader %} {% load get_files from webpack_loader %} {% load user_groups %} {% 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 content %} {% is_active_fellow request.user as is_active_fellow %}
{% if is_active_fellow %}
{% endif %}
{% endblock %} {% block footer_script %} {{ block.super }} {% endblock footer_script %}