{% if article.ARTICLE_TYPE == 'video' %}
                {% if not article.VIDEO_THUMBNAIL or article.VIDEO_THUMBNAIL == '' %}
                 {% endif %}
                
            {% endif %}
        
        
                    {{ article.VIDEO_HTML | safe }}
                
                {% else %}
                
                    {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %}
                        
                    {%- else %}
                        
                    {%- endif %}
                     
                    
                
                {% endif %}
            {% else %}
            {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %}
                
            {%- else %}
                
            {%- endif %}
                    
            {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %}
                
            {%- else %}
                
            {%- endif %}
                
        {{ article.HEADLINE }} {% if article.external_mode %}{% endif %}
{{ article.SUMMARY|safe }}
        