Differences From Artifact [1d38dac966]:
- File view/docskel.tpl — part of check-in [6f17de4767] at 2020-12-14 14:40:34 on branch trunk — more boilerplate, add template framework (user: lexi, size: 172) [annotate] [blame] [check-ins using]
To 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]
1 1 <!doctype html> 2 2 <html> 3 3 <head> 4 4 <title>@instance :: @title</title> 5 - <link rel="stylesheet" href="/style.css"> 5 + <link rel="stylesheet" href="/s/style.css"> 6 6 </head> 7 - <body> 7 + <body class="@class"> 8 8 <h1>@title</h1> 9 9 @body 10 10 </body> 11 11 </html>