template-descendant-body.html (257B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Div tag inside template tag</title> 5 <link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru"> 6 </head> 7 <body> 8 <template> 9 <div>Hello, template</div> 10 </template> 11 </body> 12 </html>