|
|
@ -229,5 +229,7 @@ def contact():
|
|
|
|
info = {'css': 'box', 'title': 'blessfrey - contact chimchooree', 'year': datetime.datetime.now()}
|
|
|
|
info = {'css': 'box', 'title': 'blessfrey - contact chimchooree', 'year': datetime.datetime.now()}
|
|
|
|
return template('contact.tpl', info)
|
|
|
|
return template('contact.tpl', info)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Main ##
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
if __name__ == '__main__':
|
|
|
|
run(host='127.0.0.1', port=9001)
|
|
|
|
run(host='127.0.0.1', port=9001)
|
|
|
|