{dateCreated}
{@html post.content}
{#if post.songs} {#each songs as song (song.pageUrl)}
{@html getSourceSetHtml(song)}
{@html getSourceSetHtml(song)}
{song.artistName} - {song.title}
{/each} {/if}