{% extends "stories_list_common.html" %} {% from 'macro.html' import author_profile_links, paginator with context %} {% block after_list %} {% if stories %}{{ paginator(page_obj) }}{% endif %} {% endblock %} {% block after_list_block %}