- {#if post.title} - {post.title} - {/if} + + {#if post.title} + {post.title} + {/if} - - {getPostSnippet(post)} + + {getPostSnippet(post)} + + + - + + + + + + + + + + {#if isDropdownOpen} + + Edit post + + {post.status === 'published' ? 'Unpublish' : 'Publish'} post + + + Delete post + + {/if} +