{% extends "base.html" %} {% block title %} 学院概况 {% endblock %} {% block content %}
{{title}}
{% if type == 'art'%}
{{content|safe }}
{% elif type == 'list'%} {% else %} {% endif %}
{% endblock %}