{% extends "base.html" %} {% set title = "Blog posts" %} {% block content %}

Blogposts

Recommended blog series

Recent posts

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