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 2 3 4 5 6 7 8 9 10 11 |
<!doctype html> <html> <head> <title>@instance :: @title</title> <link rel="stylesheet" href="/style.css"> </head> <body> <h1>@title</h1> @body </body> </html> |
| | |
1 2 3 4 5 6 7 8 9 10 11 |
<!doctype html> <html> <head> <title>@instance :: @title</title> <link rel="stylesheet" href="/s/style.css"> </head> <body class="@class"> <h1>@title</h1> @body </body> </html> |