Artifact 1d38dac96654088a44de1709d1b9e097421b25480a62bf03a569a87289fc4bc1:
- 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]
<!doctype html> <html> <head> <title>@instance :: @title</title> <link rel="stylesheet" href="/style.css"> </head> <body> <h1>@title</h1> @body </body> </html>