Das Standard-Cover wie es auch einer generierten Seite entsprechen würde:
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:tpl="https://www.parsx.de/ns/4.0/epub-tpl" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="de" lang="de"> <head> <meta charset="utf-8"/> <link rel="stylesheet" type="text/css" href="stylesheet.css" id="style-standard" /> <title>[Cover]</title> </head> <body style="oeb-column-number: 1;" class="cover" epub:type="cover"> <div class="cover"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="coverpage" role="img" viewBox="0 0 563 750" width="100%" height="100%"> <image class="cover" x="0" y="0" width="563" height="750" xlink:href="images/U1_{{KENNUNG-ISBN}}.jpg"/> </svg> </div> </body> </html>