lamium/template/themes/nettle/index.html

14 lines
286 B
HTML
Raw Normal View History

2024-06-29 20:38:42 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{{ index_title }}</title>
<link rel="stylesheet" href="{{ index_relpath }}/album.css">
<link rel="stylesheet" href="{{ index_relpath }}/lightbox.css">
</head>
<body>
<main>
{{ index_content }}
</main>
</body>
</html>