{# Requires variables `article_list` and `title` to be defined. #} {# Optionally, define both `current_page` and `paginator` object. #} {% extends "include/base.html" %} {% block body %}

{{ title }}

{% if paginator is defined and current_page is defined %} {% include "include/paginator.html" %} {% endif %} {% endblock %}