<!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>
<!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>