{% extends "bee_django_exam/base.html" %} {% load bee_django_exam_filter %} {% block content %} {% include 'bee_django_exam/logo.html' %} {% include 'bee_django_exam/nav.html' %}
| 标题 | {{ notice.title }} |
| 是否必选 | {{ notice.get_require_text }} |
| {{ notice.context|safe|default:"" }} | |