<%! app_name = cherrypy.request.path_info.split('/')[3] from splunk.appserver.mrsparkle.lib import util isLite = util.isLite() if isLite: theme = 'lite' else: theme = 'enterprise' %>\ ${_('Loading...')} <% style_page_path = "/static/app/splunk_gdi/build/home.pcss." + theme + ".css" %> <% page_path = "/static/app/splunk_gdi/build/home." + theme + ".jsx.js" %>