#let(homeStatus = "active") #let(pageTitle = "Home") #define(body):
#for((node,services) in config.services):
#(node)
#for(service in services):

#(service["name"])

Status Unavailable
#(service["description"])
#if(service["url"]): #endif
#if(service["url"]): #endif
#endfor
#endfor
#enddefine #inline("base")