{% macro content_metadata(data, suffix=False) %}
{% for key, value in data.items() %} {{ key }} {{ value }} {% endfor %} {% if suffix %}

{{ suffix }}

{% endif %}
{% endmacro %}