Haupttitel (ausgezeichnet und verlinkt)

Der Standard-Haupttitel mit verlinktem Titel und Autor wie er 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>[Haupttitel] (ausgezeichnet)</title>
	</head>
	
	<body style="oeb-column-number: 1;">
		<section class="haupttitel tpl level1" epub:type="titlepage" role="doc-chapter">
			
			<!-- Leseprobenzusatz wird nur übernommen, wenn auch eine EPUB-Leseprobe produziert wird -->
			<p class="titelei_leseprobe-zusatz" tpl:if="modus-leseprobe">Unverkäufliche Leseprobe zu:</p>
			
			<p class="titelei_autor linked"><a href="NAME-DER-AUTOR-TPL-DATEI.xhtml"><span tpl:callTemplate="alleAutoren"/></a></p>
			<p class="titelei_coautor not_linked" tpl:callTemplate="alleCoAutoren"/>
			
			<header class="titelei_titel linked u1 simple_header">
				<h1 class="titel">
					<a href="NAME-DER-BUCH-TPL-DATEI.xhtml">
						<span class="text" epub:type="title" tpl:valueOf="titel"/>
					</a>
				</h1>
			</header>

			<p class="titelei_untertitel" epub:type="subtitle" role="doc-subtitle" tpl:valueOf="untertitel"/>
			<p class="titelei_herausgeber" tpl:callTemplate="alleHerausgeber"/>
			
			<div class="infoblock">
				<p class="titelei_gattung" tpl:valueOf="gattung"/>
				<p class="titelei_uebersetzer" tpl:callTemplate="alleUebersetzer"/>
				<p class="titelei_illustrator" tpl:callTemplate="alleIllustratoren"/>
			</div>
			
			<p class="titelei_verlag">Ihr Verlagsname</p>
			
			<div class="titelei_blocktext-def typ1" tpl:valueOf="blocktext_def-1"/>
			<div class="titelei_blocktext-def typ2" tpl:valueOf="blocktext_def-2"/>
			<div class="titelei_blocktext-def typ3" tpl:valueOf="blocktext_def-3"/>
			<div class="titelei_blocktext-def typ4" tpl:valueOf="blocktext_def-4"/>
			<div class="titelei_blocktext-def typ5" tpl:valueOf="blocktext_def-5"/>
			
			<figure class="titelei_verlagslogo abbildung">
				<img src="images/{{LOGO}}" alt="Verlagslogo" />
			</figure>
			
		</section>
	</body>
</html>