{#if showBookmarkForm}
              
                 
              {/if}
            
            
                {post.owner.firstName}
                
                  #
                
                {#if post.comments.size() > 0}
                
                  ({post.comments.size()})
                
                {/if}
                
                  
            🔖 {post.title}
.
              {#if showBookmarkForm}
              
              {/if}
            
            
              {post.descriptionHtml.raw}
            
            {#if showCommentBox}
              {#commentBox postId=post.id comments=post.comments /}
            {/if}