{capture assign='pageTitle'}{$articleContent->title}{/capture} {capture assign='contentHeader'}

{$articleContent->title}

{$articleContent->getArticle()->getCategory()->getTitle()}
{hascontent} {/hascontent}
{/capture} {include file='header'} {if $articleContent->getImage()}
{@$articleContent->getImage()->getThumbnailTag('large')}
{if $articleContent->getImage()->caption}
{$articleContent->getImage()->caption}
{/if}
{/if}
{if $articleContent->teaser} {/if} {@$articleContent->getFormattedContent()}
{if !$tags|empty} {/if}
{if ENABLE_SHARE_BUTTONS}

{lang}wcf.message.share{/lang}

{include file='shareButtons'}
{/if}
{if ARTICLE_SHOW_ABOUT_AUTHOR}

{lang}wcf.article.aboutAuthor{/lang}

{@$article->getUserProfile()->getAvatar()->getImageTag(128)}
{$article->getUserProfile()->aboutMe}
{if MODULE_USER_RANK} {if $article->getUserProfile()->getUserTitle()} {$article->getUserProfile()->getUserTitle()} {/if} {if $article->getUserProfile()->getRank() && $article->getUserProfile()->getRank()->rankImage} {@$article->getUserProfile()->getRank()->getImage()} {/if} {/if}
{/if} {if $previousArticle || $nextArticle} {/if} {if $relatedArticles|count} {/if} {if $article->enableComments} {if $commentList|count || $commentCanAdd}

{lang}wcf.article.comments{/lang}{if $article->comments} {#$article->comments}{/if}

{include file='__commentJavaScript' commentContainerID='articleCommentList'}
{/if} {/if} {if MODULE_LIKE && ARTICLE_ENABLE_LIKE} {/if} {include file='footer'}