${head_content}$
${pos1=1}$ ${for title in meta.titles():}$ ${if pos1:}$
${print title}$
${:else:}$
${print title}$
${:endif}$ ${pos1=0}$ ${:endfor}$
${print ', '.join(meta.creators())}$
${if prevLink or nextLink:}$
${if prevLink:}$
${print _('previous page'),}$
${:else:}$
${print _('previous page'),}$
${:endif}$ ${if nextLink:}$
${print _('next page'),}$
${:endif}$
${:endif}$ ${ebookContent}$
${if has_toc:}$
${print _('Table of contents'),}$
${print toc()}$
${:endif}$
${if prevLink:}$
${print _('previous page'),}$
${:else:}$
${print _('previous page'),}$
${:endif}$
${print _('start'),}$
${if nextLink:}$
${print _('next page'),}$
${:endif}$