{#if !preview && postConfig.bridgy} {/if} {#if post.in_reply_to} {/if} {#if post.image && preview}
{post.image}
{/if}
{#if post.image && !preview}
{post.image}
{/if} {#if post.title} {#if preview}

{:else}

{post.title ?? post.path.slice(1)}

{/if} {/if} {#if post.summary}

{post.summary}

{/if}
{#if !preview} {:else if post.html} {@html post.html} {/if}
{#if !preview && post.tags}
{#each post.tags as tag} #{tag} {/each}
{/if}
{#if !preview} {#if (prev || next) && !post.flags?.includes('pagination-disabled') && !post.flags?.includes('unlisted')} {/if} {#if browser && postConfig.comment && !post.flags?.includes('comment-disabled')} {/if} {/if}