Exemplo n.º 1
0
def taco_page(name):
  return bottle.template('templates/'+str(name)+'.tpl')
Exemplo n.º 2
0
def taco_page(name):
    return bottle.template('templates/' + str(name) + '.tpl')
Exemplo n.º 3
0
def index():
  return bottle.template('templates/home.tpl')
Exemplo n.º 4
0
def index():
    return bottle.template('templates/home.tpl')