{{> partials/head }} {{> partials/header }}

{{album.Title}}

{{album.CreatedAt}}

visibility

{{album.Views}}

{{#unless isAlbum}}

thumb_up {{album.Upvotes}}

thumb_down {{album.Downvotes}}

{{/unless}}
{{#each album.Media}} {{#if this.Title}}

{{this.Title}}

{{/if}} {{#if this.Description}}

{{this.Description}}


{{/if}}

{{/each}}
{{> partials/footer }}