{#if eventsInView.length === 0} {#each getSkeletonIds() as id}
{/each} {:else if eventsInView.length > 0} {#each eventsInView as event}
{/each} {:else}
No publications found.
{/if} {#if !loadingMore && !endOfFeed}
{ await loadMorePublications(); }}> Show more publications
{:else if loadingMore}
Loading...
{:else}
You've reached the end of the feed.
{/if}