{capture assign='pageTitle'}{$articleContent->title}{/capture} {assign var='__mainItemScope' value='itemprop="mainEntity" itemscope itemtype="http://schema.org/Article"'} {capture assign='contentHeader'}

{$articleContent->title}

{hascontent} {/hascontent}
{/capture} {capture assign='headContent'} {if $article->isMultilingual} {foreach from=$article->getLanguageLinks() item='langArticleContent'} {if $langArticleContent->getLanguage()} {/if} {/foreach} {/if} {/capture} {include file='header'}
{if $articleContent->getImage() && $articleContent->getImage()->hasThumbnail('large')}
{@$articleContent->getImage()->getThumbnailTag('large')}
{if $articleContent->getImage()->caption}
{$articleContent->getImage()->caption}
{/if}
{/if}
{if $articleContent->teaser} {/if} {@$articleContent->getFormattedContent()}
{if !$tags|empty} {/if}
    {if ARTICLE_SHOW_ABOUT_AUTHOR && $article->getUserProfile()->aboutMe}

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

    {@$article->getUserProfile()->getAvatar()->getImageTag(128)}
    {@$article->getUserProfile()->getFormattedUserOption('aboutMe')}
    {if MESSAGE_SIDEBAR_ENABLE_USER_ONLINE_MARKING}{@$article->getUserProfile()->getFormattedUsername()}{else}{$article->getUserProfile()->username}{/if} {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 ENABLE_SHARE_BUTTONS} {capture assign='footerBoxes'}

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

    {include file='shareButtons'}
    {/capture} {/if} {if $previousArticle || $nextArticle} {/if} {if $relatedArticles !== null && $relatedArticles|count} {/if} {if $article->enableComments} {if $commentList|count || $commentCanAdd}

    {lang}wcf.global.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'}