{% load bootstrap3 %}
{% csrf_token %} {% bootstrap_form note_form %} {% bootstrap_button '提交' %}
{% include "bee_django_course_simple/part/_part_notes.html" with notes=public_notes %}
{% include "bee_django_course_simple/part/_part_notes.html" with notes=my_notes %}