{"body":"{% macro cover_art(entity_id, entity_type, attributes='') %}\n  {# Note: when passing in `attributes`, don't quote attribute values; they will be added automatically #}\n  {% if entity_type == 'event' %}\n    <img src=\"/static/img/event-placeholder.svg\" {{ attributes }} />\n  {% else %}\n    <img {{ attributes }} />\n    <script>\n      $(\"img\").last()\n          .on(\"error\", function () {\n            $(this).attr(\"src\", \"/static/img/marker-icon.png\");\n          })\n          .attr(\"src\", \"//coverartarchive.org/release-group/{{ entity_id }}/front-250\");\n    </script>\n  {% endif %}\n{% endmacro %}\n","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/YSDcDc6v","modified":1451596911,"id":"YSDcDc6v","size":594,"lines":15,"own_paste":false,"theme":"","date":1451596911}