14 lines
286 B
HTML
14 lines
286 B
HTML
|
<!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>
|