{% macro render_avatar(profile, fallback, decorative=true, css_class='avatar') -%}
{%- if profile and profile.avatar -%} {% if not decorative %}{{ profile.avatar.alt_text }}{% endif %} {%- else -%} {%- endif -%}
{%- endmacro %}