{# navbar 部分 #} {% set navbar_list = [ {"id":1, "name": "首页", "url": url_for('blog.home')}, {"id":2, "name": "关于", "url": url_for('blog.about')}, {"id":3, "name": "文章", "url": url_for('blog.posts_list')}, {"id":4, "name": "mirrors", "url": url_for('blog.autoindex')}, {"id":5, "name": "study", "url": url_for('study.home')}, ]%}