def tag_list(): q = get_tag_list(request.args.get('sort')) return render_template('tag_list.html', q=q)