{#if post} {#if post.type === 'article'} {post.title} | {site.title} {:else if post.type === 'note'} {post.summary ?? post.path.slice(1)} | {site.title} {/if} {#if post.tags}{/if} {#if post.summary}{/if} {:else} {#if page} {page.title ?? page.path.slice(1)} | {site.title} {:else} {site.subtitle ? `${site.title} - ${site.subtitle}` : site.title} {/if} {/if} {#if head.custom} {#each head.custom({ dev, post, page }) as tag} {@html tag} {/each} {/if}