{% macro square_image_with_fallback(src=None, size='small', alt=None, class="") %} {% if src %} {% else %}
{% endif %} {% endmacro %} {%- macro inspect(var, render=True) -%} {%- if render -%}
{{ var | pprint | e }}
{%- endif -%} {%- endmacro %}