Exemplo n.º 1
0
def states_show(id):
    """ number in template """
    state = State.find(id)
    return render_template('9-states.html', state=state, states=None)