diff --git a/src/index.py b/src/index.py index 47f13b8..64d3f24 100644 --- a/src/index.py +++ b/src/index.py @@ -141,5 +141,11 @@ def credits(): info = {'css': 'box', 'title': 'blessfrey - credits', 'year': datetime.datetime.now()} return template('credits.tpl', info) +@route('/contact') +def contact(): + """contact page""" + info = {'css': 'box', 'title': 'blessfrey - contact chimchooree', 'year': datetime.datetime.now()} + return template('contact.tpl', info) + if __name__ == '__main__': run() diff --git a/src/views/contact.tpl b/src/views/contact.tpl new file mode 100644 index 0000000..319afe1 --- /dev/null +++ b/src/views/contact.tpl @@ -0,0 +1,11 @@ +% rebase('frame.tpl') + +