{% load static %} {% load i18n %} {% load render_bundle from webpack_loader %} {% get_current_language as LANGUAGE_CODE %} {{ BRANDING_TITLE }} {% translate "Editorial System" %} {% render_bundle 'main' 'js' %} {% render_bundle 'main' 'css' %} {% block javascript_head %} {% endblock javascript_head %} {% block raw_content %} {% endblock raw_content %} {% block javascript %} {% endblock javascript %}