{% extends "base.html" %} {% block content %} {% include '_tweets.html' %} {% if prev_url %} 上一页 {% endif %} {% if next_url %} 下一页 {% endif %} {% endblock %}