{% extends 'admin/index.html' %} {% from 'bootstrap/form.html' import render_form %} {% from 'bootstrap/nav.html' import render_breadcrumb_item %} {% block title %}编辑简介{% endblock %} {% block content %}

编辑简介

{{ render_form(form) }}
{% endblock %}