<!DOCTYPE html>
<html>
<head>
    <title>Template tag inside head</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
    <template>
        <div>Hello, template</div>
    </template>
</head>
<body>
    Nothing interesting here
</body>
</html>