{# Avatar del bot: immagine caricata (data URI), avatar predefinito, o il logo Mostry come ripiego. #} {% macro img(bot, class) %} {%- if bot.avatar and bot.avatar starts with 'data:' -%} {%- elseif bot.avatar -%} {%- else -%} {%- endif -%} {% endmacro %}