def get_pages(): return jsonify(Page.get_all())
def get_home_html(): #TODO: cache return render_template('index.src.htm', allpages = Page.get_all())
def get_home_html(): #TODO: cache return render_template('index.src.htm', allpages=Page.get_all())