{% load navigation_tags static %} {% load render_bundle from webpack_loader %} {% load humanize %} {% favicon %} {% include "./django_airavata/google_analytics.html" %} {% render_bundle 'chunk-vendors' 'css' 'COMMON' %} {% render_bundle 'app' 'css' 'COMMON' %} {% block css %} {% endblock %}
{% block header %} {% gateway_icon %} {% endblock %}
{% block title %}{% gateway_title %}{% endblock %}
{% if user.is_authenticated %}
{% endif %}
{% comment %} See MainLayout.vue which should always be the root component rendered in the 'content' block {% endcomment %} {% block content %} {% endblock %}
{% render_bundle 'chunk-vendors' 'js' 'COMMON' %} {% render_bundle 'app' 'js' 'COMMON' %} {% if user.is_authenticated %} {% render_bundle 'notices' 'js' 'COMMON' %} {% endif %} {% block scripts %} {% endblock %}