diff --git a/templates/books.html b/templates/books.html index aa21326..e1d4af3 100644 --- a/templates/books.html +++ b/templates/books.html @@ -1,16 +1,16 @@ -
- - - + + + + - - - - - - - + + + + + + + {% if books is not mapping %}{{books.title}}, {{ books.author[0]['surname'] }}, {{books.author[0]['firstnames']}}
- {% if books.sub_book is defined %} -sub_book is defined: {{books.sub_book}}
- {% endif %} +sub_book is defined: {{books.sub_book}}
+ {% endif %} {% endif %} - - + + - +