mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
10 lines
150 B
HTML
10 lines
150 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ page.title }}</title>
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
</body>
|
|
</html>
|