{% extends 'blog/partials/base.html' %} {% block content %} {% if type == 'articles' %}
| « | ‹ | {% else %}« | ‹ | {% endif %} {% load times %} {% for i in num_pages|times %}{{ i }} | {% endfor %} {% if page == num_pages %}› | » | {% else %}› | » | {% endif %}
No posts found.
{% endif %} {% endblock %}