13 lines
160 B
HTML
Raw Normal View History

2021-03-29 16:32:55 -04:00
<html dir="auto">
2020-01-30 06:18:56 -06:00
<head>
<title>[[title]]</title>
2020-01-30 06:18:56 -06:00
<style>
[[style]]
2020-01-30 06:18:56 -06:00
</style>
<base href="[[baseURL]]">
2020-01-30 06:18:56 -06:00
</head>
<body>
[[body]]
2020-01-30 06:18:56 -06:00
</body>
</html>