|
<!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>
|