diff --git a/src/index.py b/src/index.py index 3838c88..da02890 100644 --- a/src/index.py +++ b/src/index.py @@ -10,8 +10,8 @@ def index(): @route('/game') def game(): """game page""" - info = {} - return template('game.tpl') + info = {'title': 'blessfrey - about the game', 'year': datetime.datetime.now()} + return template('game.tpl', info) @route('/presskit') def presskit(): diff --git a/src/views/footer.tpl b/src/views/footer.tpl index ec74381..8e7dd01 100644 --- a/src/views/footer.tpl +++ b/src/views/footer.tpl @@ -1,6 +1,8 @@ diff --git a/src/views/frame.tpl b/src/views/frame.tpl index 50a526b..f9c3196 100644 --- a/src/views/frame.tpl +++ b/src/views/frame.tpl @@ -7,6 +7,8 @@