<!doctype html>
<html class="no-js" data-ng-app="SoSocialApp">
    <head>
        {{> articles/article-meta-view }}
        {{> head}}
    </head>
    <body class="article-page">
        {{> header}}
        {{{ body }}}
        {{> footer}}
        {{> login_modal}}
        {{> navigation}}
        {{> footer_scripts_articles}}
    </body>
</html>