%! 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' %>\