{{ article.title }}
{% if DISPLAY_ARTICLE_INFO_ON_INDEX %}
                        {% include "includes/article_info.html" %}
                    
                {% endif %}
                {{ article.summary }}
                    {% include 'includes/comment_count.html' %}
                    more ...