chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-template-element/resources/template-descendant-head.html

<!DOCTYPE html>
<html>
<head>
    <title>Template tag inside head</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:[email protected]">
    <template>
        <div>Hello, template</div>
    </template>
</head>
<body>
    Nothing interesting here
</body>
</html>