{{define "content"}}
{{if .EBooks}} {{template "mobile-dropdown" (dict "Id" "mobile-ebooks-selector" "Items" .EBooks "Profiles" $.Profiles "Type" "ebook")}} {{end}}
{{range .EBooks}} {{else}} {{end}}
Title Author
{{.Title}} {{if .Summary}}
{{.Summary}}{{end}}
{{template "user-badge-simple" (dict "Pubkey" .Author "Profiles" $.Profiles)}}
{{icon "book-x"}} No e-books found.
{{end}} {{/* Feed is defined in components.html */}}