DJCUBG53FVIUI6NVFWTBW36JEINQABLIK5FMB3VNS3MYFDXCKMDQC
.page-albumtitle{
position: relative;
width: 100%;
text-align: center;
top:80px;
}
{{> galleryHeader}}
{{#compare album.files.length '==' 1}}
{{!-- cover item found --}}
{{> galleryHeader}}
{{/compare}}
{{#compare album.files.length '!=' 1}}
{{#compare album.title '==' 'Home'}}
{{!-- no cover item found and home --}}
{{> galleryHeader-home}}
{{/compare}}
{{#compare album.title '!=' 'Home'}}
{{!-- not home so render the cover header --}}
{{> galleryHeader}}
{{/compare}}
{{/compare}}