Differences From Artifact [004398018e]:
- File view/docskel.tpl — part of check-in [419d1a1ebe] at 2020-12-22 23:01:30 on branch trunk — milestone (user: lexi, size: 189) [annotate] [blame] [check-ins using]
To Artifact [cb4a31dcc6]:
- 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]
1 1 <!doctype html> 2 2 <html> 3 3 <head> 4 4 <title>@instance :: @title</title> 5 5 <link rel="stylesheet" href="/s/style.css"> 6 6 </head> 7 7 <body class="@class"> 8 - <h1>@title</h1> 9 - @body 8 + <header><div> 9 + <h1>@title</h1> 10 + <nav> 11 + <a href="/instance">instance</a> 12 + @navlinks 13 + </nav> 14 + </div></header> 15 + <main> 16 + @body 17 + </main> 10 18 </body> 11 19 </html>