{% macro html(quote) %}

“{{ quote.text }}”

{% if quote.source %}
{{ quote.source }}
{% endif %}
{% endmacro %}