{% from 'components/fancy_image.html' import fancy_image, background_image %} {% from 'components/timestamp.html' import timestamp %} {% from 'components/links.html' import fancy_link %} {% from 'components/buttons.html' import button %} {% macro share_card(share) %}
{{ share.name }}
{# writing it like this so there wouldn't be whitespaces/newlines in the output #}
{{ share.description }}
{% endmacro %}