add feed doc

This commit is contained in:
alphardex
2019-01-17 16:45:53 +08:00
parent 897fbbc8c5
commit 59a70e6bd9
4 changed files with 40 additions and 1 deletions

View File

@@ -8,6 +8,11 @@ def index():
return render_template('main/index.html')
@bp.route('/feeds')
def feeds():
return render_template('main/feeds.html')
@bp.app_template_global()
def filter_content(ctx):
include_title = request.args.get('include_title')