{% macro navlist(url,title) -%}
  • {{ title }}
  • {%- endmacro %} {% macro dropdown() -%} {% if current_user.is_authenticated %}
  • {%- set n = current_user.message_count -%} {%- if n and n != '0' -%} {{ n }} {%- endif -%}
  • {% else %} 注册 登录 {% endif %} {%- endmacro %}