使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
WP6
/
performing_patents_otherwise
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
commit for testing
solr_update
Simon Bowie
2 年前
父节点
e14dafc563
当前提交
52f70476d0
共有
1 个文件被更改
,包括
5 次插入
和
0 次删除
分列视图
显示文件统计
+5
-0
web/app/main.py
+ 5
- 0
web/app/main.py
查看文件
@@ -23,3 +23,8 @@ def contents():
text = f.read()
text = markdown.markdown(text)
return render_template('text.html', text=text)
@main.route('/test/')
def test():
text = "whatever"
return render_template('text.html', text=text)
撰写
预览
正在加载...
取消
保存