{% macro infor(author) -%}
称号: {{ author.name }}
注册时间: {{ author.infor.registered_time.strftime('%Y-%m-%d') }}
积分: {{ author.infor.score }}
等级: {{ author.roles.first().name }}
帖子: 2
{%- endmacro %}