{article.title}
Author:
{article.author.realname}
Category: {article.category.name}
Published: {new Date(article.created_at).toLocaleString()}
{#if article.updated_at}
Last Updated: {new Date(article.updated_at).toLocaleString()}
{/if}
Views: {article.views}
{@html article.html}
Comments
Add a Comment
{#if comment.author_user} {comment.author_user.realname} (verified) - {new Date(comment.created_at).toLocaleString()} {:else} {comment.author} - {new Date(comment.created_at).toLocaleString()} {/if}
No comments.
{/each}