{#if compact}
{article.title.substring(0, 50).trim()}
{:else}
{article.title}
{/if}
Reading time: {article.reading_time} minutes