{% load static %} {% include "base/outer_base.html" %} {% include "base/meta_tags.html" %} Sayches / Newsroom
{% include "newsroom/newsroom_header.html" %} {% if news %}
{% for new in news %} {% include "newsroom/article_container.html" %} {% endfor %}
{% else %}

No Data Available

{% endif %} {% if page_obj.paginator.num_pages > 1 %} {% endif %}
{% include "newsroom/base_js.html" %}