Matthias Andreas Benkard | 26de0cc | 2020-01-24 14:44:20 +0100 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <meta charset="UTF-8"> | ||||
5 | <title>{title} — Benki Wiki</title> | ||||
6 | </head> | ||||
7 | <body> | ||||
8 | <h1>{title}</h1> | ||||
Matthias Andreas Benkard | 9222efa | 2020-01-24 19:11:24 +0100 | [diff] [blame^] | 9 | |
10 | <header> | ||||
11 | Last edit: <time datetime="{date.htmlFormat}">{date.humanFormat}</time> {author.name} | ||||
12 | </header> | ||||
13 | |||||
14 | <main> | ||||
15 | <article> | ||||
16 | {content.raw} | ||||
17 | </article> | ||||
18 | </main> | ||||
Matthias Andreas Benkard | 26de0cc | 2020-01-24 14:44:20 +0100 | [diff] [blame] | 19 | </body> |
20 | </html> |