{% extends 'base.html' %} {% from 'bootstrap/form.html' import render_form %} {% block title %}编辑分类{% endblock title %} {% block content %} {{ render_form(form) }} {% endblock content%}