Пример #1
0
def taco_page(name):
  return bottle.template('templates/'+str(name)+'.tpl')
Пример #2
0
def taco_page(name):
    return bottle.template('templates/' + str(name) + '.tpl')
Пример #3
0
def index():
  return bottle.template('templates/home.tpl')
Пример #4
0
def index():
    return bottle.template('templates/home.tpl')