{% load theme_pipeline static %} {% load configuration  %} {% block title %}{{ page_title }} | {{ platform_name }}{% endblock %} {% block styles %} {% stylesheet 'style-vendor' %} {% stylesheet 'style-main-v2' %} {# TODO: When we move to be a service, use the webpack loader's `render_bundle`. #} {% endblock %} {% block extrastyles %}{% endblock %} {% block head %} {% endblock %} {% block extrahead %}{% endblock %} {% include "enterprise/widgets/segment-io-django.html" %} {% block header %}

{% if tagline %} {{ tagline }} {% endif %}


{% endblock %} {% block contents %}{% endblock %}