{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{% if image_url %}
{% endif %}
{{ article['source_name'] }} {% if grade >= 9 %} Grade {{ grade }} {% elif grade >= 7 %} Grade {{ grade }} {% else %} Grade {{ grade }} {% endif %} {{ time_ago }}

{{ article['title'] }}

{% if article.get('description') %}

{{ article['description'] }}

{% endif %} {% if article.get('content') %}
{{ article['content'] }}
{% endif %}
{% with target_uid=article['uid'], target_type="news", comments=comments %} {% include "_comment_section.html" %} {% endwith %}
{% endblock %}