{{ template "header.html" . }}

Bouquins

Cette bibliothèque contient actuellement {{ .BooksCount }} livres et BD en format papier ou électronique.

{{ if (ne (len .Books) 0) or (ne (len .Authors) 0) or (ne (len .Series) 0) }} {{ end }} {{ if ne (len .Series) 0 }} {{ template "index_series.html" .Series }} {{ end }} {{ if ne (len .Authors) 0 }} {{ template "index_authors.html" .Authors }} {{ end }} {{ if ne (len .Books) 0 }} {{ template "index_books.html" .Books }} {{ end }} {{ if (ne (len .Books) 0) or (ne (len .Authors) 0) or (ne (len .Series) 0) }} {{ end }}
{{ template "footer.html" . }}