{% extends 'base.html' %} {% block title %}文章-{{ id }}{% endblock %} {% block content %} <h1>文章-{{ id }}</h1> <hr> <p>这是文章-{{ id }}的内容</p> {% endblock %}