{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}
{{ title }}
{% for article in list %}
{% if article.cover %} {{ article.title }} {% endif %}

{{ article.title }}

{{ article.created_at|date:"Y-m-d" }}

{% endfor %}
{% if list.has_other_pages %} {% endif %}
{% endblock %}