示例#1
0
def taco_page(name):
  return bottle.template('templates/'+str(name)+'.tpl')
示例#2
0
文件: routes.py 项目: TNick/tacozmq
def taco_page(name):
    return bottle.template('templates/' + str(name) + '.tpl')
示例#3
0
def index():
  return bottle.template('templates/home.tpl')
示例#4
0
文件: routes.py 项目: TNick/tacozmq
def index():
    return bottle.template('templates/home.tpl')