<%! from kaithem.src.config import config from kaithem.src import auth,util,notifications,pages,modules,modules_state,theming,devices import quart,socket,base64 %> <%block name="title">${socket.gethostname()|h}</%block> %if not quart.request.args.get("kaithem_disable_header",0):
%if pages.canUserDoThis("view_status"): ${socket.gethostname()|h} %endif %for i in pages.get_bar_plugins(): ${i} %endfor Modules Devices Tags Tools %if pages.getAcessingUser() != "__guest__":
%else: Login %endif
%endif