{% if article != nil %}
{% if article-slug == '' %}
{% if page.title != article-title %}
{{ article-title }}
{% endif %}
{{ article.content }}
{% else %}
{{ article-title }} {% include /partials/edit-link.html %}
{% include author.html %} {% include status.html %} {% include roles.html %} {% include scope.html %}
{{ article.content }}
{% if site.enterprise.script %}
{% include article-bar-placeholder.html %}
{% endif %}
{% endif %}
{% else %} Article not found: {{article-id}}
{% endif %}