Skip to content

Commit 3e718f2

Browse files
committed
修改版本等信息
1 parent 77b23ca commit 3e718f2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

site/helloword.mako

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<%def name="handler(self)">
2+
hello world
3+
4+
{{'Good'}}
5+
</%def>

site/pathinfo.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def handler(self):
2+
print self.environ
3+
print self.path_info
4+
return 'ok'

0 commit comments

Comments
 (0)