예제 #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')