{% macro quote(position, path, image, alt, name, content) %}
{{alt}}
{% if content and content != '' %} {{ content }} {% endif %}
{{name}}
{% endmacro %}