| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>{{.ElementName}}</title> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| </head> | |
| <body class="body-sk"> | |
| <h1>{{.ElementName}}</h1> | |
| <{{.ElementName}}></{{.ElementName}}> | |
| <h2>Events</h2> | |
| <pre id=events></pre> | |
| </body> | |
| </html> |