<!DOCTYPE html>
<title>Contains second template tag inside template tag</title>
<link rel="author" title="Aleksei Yu. Semenov" href="mailto:[email protected]">
<body>
<template>
<template>
<div>Inside nested template</div>
</template>
</template>
</body>