Initial album support

This commit is contained in:
video-prize-ranch
2022-01-17 15:23:04 -05:00
parent 0c5f9bc6b5
commit 579cbc84c6
26 changed files with 1104 additions and 9098 deletions

11
views/gallery.hbs Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{> partials/head }}
</head>
<body>
{{#each album.Media}}
<img src="{{this}}" loading="lazy">
{{/each}}
</body>
</html>