blob: dc2dc6f15f7e54fbba43db708188b5878db51507 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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>
|