{% extends "base.html" %} {% block content %}
{% block content_title %} {% endblock %}
{% for article in articles_page.object_list %} {% if article.category != 'News' %} {% endif %} {% endfor %}

UPDATES

{% for article in articles_page.object_list %} {% if article.category != 'Brews' %} {% endif %} {% endfor %}
{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock content %}