{% macro item(a) %}

{{a|safe}}

{% endmacro %} {% macro item2(a) %}

{{a|safe}}

{% endmacro %}
{{ item("Creative Commons License") }} {{ item2("Redistribution") }} {{ item2("Translations Welcome!") }}