From 0b916ebbb1c72a51a54d6cc7ba565ddce5ce419e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 25 Jul 2012 11:55:44 +1200 Subject: Add a basic about page. --- libpathod/app.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libpathod/app.py') diff --git a/libpathod/app.py b/libpathod/app.py index e93a898f..0b123e94 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -37,6 +37,12 @@ def render(s, **kwargs): @app.route('/index.html') def index(): return render("index.html", section="main") + j + +@app.route('/about') +@app.route('/about.html') +def about(): + return render("about.html", section="about") @app.route('/docs/pathod') -- cgit v1.2.3