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