示例#1
0
def index():
  host = HostInfo.getLast()
  return render_template('index.html', name="Raphael", infos=host.getInfo())