diff --git a/templates/base.html b/templates/base.html index 3dd035d..7953bf8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,192 +1,51 @@ + + + + - - Book Manager - {{block "title" .}}{{end}} - - -
-
-
- - - - - - -
-

{{block "header" .}}{{end}}

-
- - - - - - - - -
-
- -
- {{block "content" .}}{{end}} -
-
- - + + +
+
+ + + + + + +
+

{{block "header" .}}{{end}}

+
+ + + + + + + + +
+
+ +
+
+ {{block "content" .}}{{end}} +
+
diff --git a/templates/reader-base.html b/templates/reader-base.html index be803ed..0065ed2 100644 --- a/templates/reader-base.html +++ b/templates/reader-base.html @@ -1,14 +1,19 @@ - - + + + + Book Manager - {{block "title" .}}{{end}} - +
-
- +
+
+ + + + + + - - - - - -
- -
- -
-
-
-
-

Title

-

- {{ or .Data.Title "N/A" }} -

+ +
+
+ + + +
+
+
+
+
+

Title

+

+ {{ or .Data.Title "N/A" }} +

+
-
-
-
-

Author

-

- {{ or .Data.Author "N/A" }} -

+
+
+

Author

+

+ {{ or .Data.Author "N/A" }} +

+