{% extends "main.html" %} {% block header %} {{ title }} {% endblock %} {% block content %}
{% include "user_status.html" %}
{% include "toolbar.html" %}
{% if is_author %}
{%for item in author_list%}
face {{item.author_name}} cancel
{%endfor%}
{% else %}
face 输入作者名, 追踪新书动态
{% endif %} {% include "is_login.html" %}
{% endblock %} {% block script %} {% endblock %}