$if null userAlbs This user has no albums yet $else Albums Albums of this user $if not (null userAlbs) $forall (Entity albumId album) <- userAlbs $if (albumSamplePic album) == Nothing $else #{albumTitle album} $if not (null sharedAlbs) Shared Albums Albums others have shared with this user $forall Just (Entity albumId album) <- sharedAlbs $if (albumSamplePic album) == Nothing $else #{albumTitle album} $if not (null recentMedia) Newest images Recent uploads by #{ownerSlug} $forall (Entity mediumId medium) <- take 10 recentMedia #{mediumTitle medium}
$if (albumSamplePic album) == Nothing $else #{albumTitle album} $if not (null sharedAlbs) Shared Albums Albums others have shared with this user $forall Just (Entity albumId album) <- sharedAlbs $if (albumSamplePic album) == Nothing $else #{albumTitle album} $if not (null recentMedia) Newest images Recent uploads by #{ownerSlug} $forall (Entity mediumId medium) <- take 10 recentMedia #{mediumTitle medium}
Shared Albums Albums others have shared with this user $forall Just (Entity albumId album) <- sharedAlbs $if (albumSamplePic album) == Nothing $else #{albumTitle album} $if not (null recentMedia) Newest images Recent uploads by #{ownerSlug} $forall (Entity mediumId medium) <- take 10 recentMedia #{mediumTitle medium}
$if (albumSamplePic album) == Nothing $else #{albumTitle album} $if not (null recentMedia) Newest images Recent uploads by #{ownerSlug} $forall (Entity mediumId medium) <- take 10 recentMedia #{mediumTitle medium}
Newest images Recent uploads by #{ownerSlug} $forall (Entity mediumId medium) <- take 10 recentMedia #{mediumTitle medium}