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 @@
% include('logo-bar.tpl') % include('nav.tpl') +
+ {{!base}} @@ -15,3 +17,4 @@ % include('footer.tpl') + diff --git a/src/views/game.tpl b/src/views/game.tpl index ec4a766..96f7c74 100644 --- a/src/views/game.tpl +++ b/src/views/game.tpl @@ -1,50 +1,5 @@ - - - - blessfrey - action rpg in godot engine - - - - - - - - -
-
- blessfrey.me
-
- - - - - - - -
- + +% rebase('frame.tpl')
@@ -110,13 +65,4 @@ Skills are individual powers gained through gameplay which give specific effects
- -
- - - - + diff --git a/src/views/index.tpl b/src/views/index.tpl index 1d55b68..abaa9da 100644 --- a/src/views/index.tpl +++ b/src/views/index.tpl @@ -1,7 +1,5 @@ % rebase('frame.tpl') -
-
diff --git a/src/views/index.tpl.old b/src/views/index.tpl.old deleted file mode 100644 index ccdf933..0000000 --- a/src/views/index.tpl.old +++ /dev/null @@ -1,37 +0,0 @@ - - - -{{header}} - - -
-{{logo-bar}} -{{nav}} -
- - - -
- -
- - - - - -
-
.      •        . news ☆            ..   .
-
- {{news}} -
-
.            ★            ..             •           .            ☆
-
-
- -{{footer}} - -