| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>{{.Title}}</title> | |
| {{template "css" .}} | |
| {{template "weblistcss" .}} | |
| {{template "weblistjs" .}} | |
| </head> | |
| <body> | |
| {{template "header" .}} | |
| <div id="content" class="source"> | |
| {{.HTMLBody}} | |
| </div> | |
| {{template "script" .}} | |
| <script>viewer(new URL(window.location.href), null);</script> | |
| </body> | |
| </html> |