def index():
bot_links = [
{
'title': 'LINE',
'url': 'https://line.me/R/ti/p/W1MINAEbHE',
'external': True,
},
{
'title': 'Facebook (web)',
'url': 'https://www.facebook.com/pycontwchatbot/',
'external': True,
},
{
'title': 'Facebook (app)',
'url': 'fb://page/299082580532144',
'external': True,
},
]
misc_links = [
{
'title': '???',
'url': url_for('leaderboard'),
'external': False,
},
]
return render_template(
'index.html',
bot_links=bot_links, misc_links=misc_links,
)
评论列表
文章目录