{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ author }}{% endblock %} {% block content %}

Articles by - {{ author }}

{% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% endblock %}