{% extends "layout.html" %} {% block body %}
{{ article.verdict }}
{{ article.description }}

Analysis based on: {{ article.source }}

Notes: {{ article.source_notes }}

About article:

{#

Analysis result: {{ article.verdict }}

#} {#

{{ article.source }}

#} {#

{{ article.description }}

#} {#

{{ article.source_notes }}

#} {#

{{ url }}

#}
Title {{ article.title }}
Authors {{ article.authors }}
Text {{ article.text }}
Top Image

{{ article.top_image }}

Movies (Videos) {{ article.videos }}
Keywords (NLP) {{ article.keywords }}
Summary (NLP) {{ article.summary }}
Article HTML
                
                  {{ article.html }}
                
              
{% endblock %}