Artifact cb4a31dcc6101bdc26edecc2b307f15afbbd8790c95329dffab40b56ac9cde68:
- File view/docskel.tpl — part of check-in [5b3a03ad34] at 2020-12-25 03:59:32 on branch trunk — big ol iteration (user: lexi, size: 314) [annotate] [blame] [check-ins using]
<!doctype html> <html> <head> <title>@instance :: @title</title> <link rel="stylesheet" href="/s/style.css"> </head> <body class="@class"> <header><div> <h1>@title</h1> <nav> <a href="/instance">instance</a> @navlinks </nav> </div></header> <main> @body </main> </body> </html>