<!DOCTYPE html>
    <title>Contains second template tag inside template tag</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
<body>
    <template>
        <template>
            <div>Inside nested template</div>
        </template>
    </template>
</body>