File view/docskel.tpl artifact f103ec4227 part of check-in e78334fe04
<!doctype html> <html> <head> <title>@instance :: @title</title> <link rel="stylesheet" type="text/css" href="/s/style.css"> <link rel="icon" href="/s/logo.svg"> <script type="text/javascript" src="/s/live.js" async></script> </head> <body class="@class"@attr> <header><div> <h1>@title</h1> <nav> <a accesskey="i" href="/instance"><u>i</u>nstance</a> @navlinks </nav> </div></header> <main> @body </main> </body> </html>