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

<!DOCTYPE html>
<html>
<head>
    <title>Some text inside template tag</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:[email protected]">
</head>
<body>
    <template>Some text</template>
</body>
</html>