{# Support Portal - Article View #} {% set page_group = "support" %} {% include 'components/head.html' %} {# TOAST UI Editor CSS #} {# KaTeX for LaTeX math rendering #}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
{# Breadcrumb Navigation #}
{# Article Header #}

{{ article.title|e }}

{# Share Link #}
{# Article Content #}
{{ article.contentHtml|raw }}
{# Reaction Section #}
Was this article helpful?
{% include 'support/partials/reactions.html' with { 'articleId': article.id, 'typeNum': typeNum, 'helpfulCount': article.helpfulCount, 'notHelpfulCount': article.notHelpfulCount, 'userReaction': article.userReaction } %}
{# Comments Section #}

Comments ({{ article.commentCount|default(0) }})

{% include 'support/partials/comments.html' with { 'articleId': article.id, 'comments': comments|default([]), 'includeStyles': false } %}
{# Sidebar #}
{% include 'components/footer.html' %}
{# Suggest Edit Modal #} {% include 'support/modals/suggest-edit-modal.html' with {'article': article, 'typeNum': typeNum} %} {# TOAST UI Editor JS #} {# KaTeX for LaTeX math rendering #} {# Image Lightbox #}
×