From 3fdfbee5eade1ee6b4e43b079cb97495cbe72552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 17 Feb 2014 17:34:15 +0100 Subject: [PATCH] Remove the container from the document and move it to the main. re #79 --- templates/bootstrap/main.html | 6 +++++- templates/bootstrap/page.html | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/bootstrap/main.html b/templates/bootstrap/main.html index b9d0ce5..67d65bd 100644 --- a/templates/bootstrap/main.html +++ b/templates/bootstrap/main.html @@ -1,4 +1,8 @@ -
+{{? it.containsBook == 0}} +
+{{??}} +
+{{?}} {{? it.page == 13 || it.page == 16}} {{? it.page == 13}} {{#def.bookdetail}} diff --git a/templates/bootstrap/page.html b/templates/bootstrap/page.html index e5c3209..a30b54c 100644 --- a/templates/bootstrap/page.html +++ b/templates/bootstrap/page.html @@ -1,5 +1,3 @@ -
{{#def.header}} {{#def.main}} {{#def.footer}} -
\ No newline at end of file