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