def taco_page(name): return bottle.template('templates/'+str(name)+'.tpl')
def taco_page(name): return bottle.template('templates/' + str(name) + '.tpl')
def index(): return bottle.template('templates/home.tpl')