{% extends "base.html" %} {% block meta %} {% endblock %} {% block content %}
{% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %} {% include "partials/article-short.html" %} {% endfor %} {% if DEFAULT_PAGINATION and articles_paginator.num_pages > 1 %} {% endif %} {% endif %}
{% endblock %}