{% extends 'base.html' %} {% load static %} {% block content %}
Blog
Zapraszam do śledzenia aktualności
{% for article in articles %}
AKTUALNOÅšCI
{{article.title}}
{{article.description}}
Czytaj więcej
{% endfor %}
{% if articles.has_previous %}
{% endif %}
Strona {{ articles.number }} z {{ articles.paginator.num_pages }}
{% if articles.has_next %}
{% endif %}
{% endblock %}