UWXG66NAOSBY6SU4IWCOAKXZDUVAHG4WCTX3W53LXV5QJURTWVPQC
MOBNZ54BFOL54ETIXQM6NXVFEAXCRMPLPHNHBTNKRRKLSYMUTMBAC
SXSLASK6UE4R24JBPAHVXH7IT4QVFU76T2ASPDIPI7HYKPF6M46QC
QX7XVNQYOTBDULUCLFRGSATHL7KWBSEV6QWNFY353S7ZIR6UGJWQC
UW4WSPWD7TVQWURMTLRNW6LKVFLUVQT7NBUP5A4WMAIVHSLUPH7AC
A4YDN3ZM5CNM43BMK4BAEB6I2GVQQZUKBCZYMYCRVZSS6EXRY3VAC
<img src="{{relative 'public/play.png'}}" />
<img src="{{relative 'public/assets/play.png'}}" />
* **galleryHeader-home.hbs**template to render the header if no cover item is present.
* **galleryHeader-home.hbs**
template to render the header if no cover item is present.
* **galleryHeader.hbs**template to render the header if the cover item is present.
* **galleryHeader.hbs**
template to render the header if the cover item is present.
if (album.title == 'Home' && album.files.length == 0) { // home and no cover found return true; } else { // render the cover foto return false; }
if (album.title == 'Home' && album.files.length == 0) {
// home and no cover found
return true;
} else {
// render the cover foto
return false;
}
return (album.title == 'Home' && album.files.length == 0);
**cover.js***: checks home or album / galllery cover
**fotoMeta.js**: used with mediaitem to add the data section**showdata.js**: develop debugger for templating
**fotoMeta.js**: used with mediaitem to add the data section
**showdata.js**: develop debugger for templating