{% extends "base.htm" %} {% block title %}List of all pastes{% endblock %} {% block content %} {% include 'pager.htm' %} {% endblock %} {% block sidebar %} {% if recents.results %}

Recently updated

{% endif %} {% endblock %}