{# MaatLog author summary for the right rail. Uses ``maatlog.author_summaries``. Profile-page data (About, Interests, Stats, Featured) is deliberately absent: this component renders on every page, so it must stay cheap and short. The card is a macro because the "+N authors" disclosure repeats it. #} {%- macro maatlog_author_summary_card(author) -%}
{%- endmacro -%} {%- set maatlog_summaries = maatlog.author_summaries -%} {%- if maatlog_summaries -%} {%- endif -%}